CE-740 font weight

This commit is contained in:
2023-11-15 19:56:26 -06:00
parent 7cb3f2284d
commit ab0fb977fb

View File

@ -33,7 +33,10 @@ const tabs: Types = {
borderBottomColor: grey[400], borderBottomColor: grey[400],
minHeight: "unset", minHeight: "unset",
padding: "0", padding: "0",
margin: "0" margin: "0",
"& button": {
fontWeight: 500
}
}, },
scroller: { scroller: {