File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/components/ui/TextField Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export const wrapper = style({
1111
1212export const label = style ( {
1313 ...typography . label1 ,
14- fontWeight : 600 ,
1514 color : semantic . text . alternative ,
1615} ) ;
1716
@@ -20,8 +19,7 @@ export const input = recipe({
2019 width : "100%" ,
2120 height : "52px" ,
2221 padding : "14px 12px" ,
23- ...typography . body1 ,
24- fontWeight : "500" ,
22+ ...typography . body1Md ,
2523 border : "1px solid transparent" ,
2624 borderRadius : radius [ 160 ] ,
2725 outline : "none" ,
@@ -65,8 +63,7 @@ export const input = recipe({
6563
6664export const helperText = recipe ( {
6765 base : {
68- ...typography . caption1 ,
69- fontWeight : "500" ,
66+ ...typography . caption1Md ,
7067 color : semantic . text . alternative ,
7168 } ,
7269 variants : {
You can’t perform that action at this time.
0 commit comments