mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-21 03:14:16 +02:00
Remove default font-weight declaration
This commit is contained in:
@@ -34,7 +34,6 @@ const StyledButton = styled(MantineButton)<StyledButtonProps>`
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
}};
|
}};
|
||||||
font-weight: normal;
|
|
||||||
background: ${(props) => {
|
background: ${(props) => {
|
||||||
switch (props.variant) {
|
switch (props.variant) {
|
||||||
case 'default':
|
case 'default':
|
||||||
|
|||||||
Reference in New Issue
Block a user