File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/components/common/button Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 padding : 0 ;
55 background-color : var (--white );
66 font-size : 14px ;
7- font-weight : var ( --medium ) ;
7+ font-weight : 500 ;
88 line-height : 24px ;
99 color : var (--violet );
1010 cursor : pointer;
3939 height : 54px ;
4040 border-radius : 8px ;
4141 font-size : 16px ;
42- font-weight : var ( --semiBold ) ;
42+ font-weight : 600 ;
4343 line-height : 26px ;
4444 color : var (--gray );
4545}
5555 height : 50px ;
5656 border-radius : 8px ;
5757 font-size : 18px ;
58- font-weight : var ( --medium ) ;
58+ font-weight : 500 ;
5959 line-height : 26px ;
6060}
6161
6565 height : 70px ;
6666 border-radius : 8px ;
6767 font-size : 18px ;
68- font-weight : var ( --bold ) ;
68+ font-weight : 700 ;
6969 line-height : 26px ;
7070 color : var (--black-medium );
7171}
9393 width : 100% ;
9494 height : 70px ;
9595 font-size : 16px ;
96- font-weight : var ( --semiBold ) ;
96+ font-weight : 600 ;
9797}
9898
9999.dashboard .add .button_content {
105105 width : 100% ;
106106 height : 62px ;
107107 font-size : 18px ;
108- font-weight : var ( --medium ) ;
108+ font-weight : 500 ;
109109}
110110
111111.dashboard .card {
You can’t perform that action at this time.
0 commit comments