Font-weight tweaks for buttons

This commit is contained in:
Pogodaanton 2020-07-10 12:55:27 +02:00
parent ee3d1a5298
commit 4dd308db38
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ const styles: ComponentStyles<ButtonClassNameContract, DesignSystem> = {
background: "transparent",
color: neutralForegroundRest,
fill: neutralForegroundRest,
fontWeight: "500",
outline: "none",
"&:hover:enabled, a&:not($button__disabled):hover": {
background: neutralFillHover,