feat(ui): reduce button fontweight to semibold

This commit is contained in:
psychedelicious 2023-12-29 08:46:26 +11:00 committed by Kent Keirsey
parent f0b102d830
commit 1b3bb932b9

@ -168,7 +168,7 @@ const getStyles = (
export const buttonTheme = defineStyleConfig({
baseStyle: {
fontWeight: 'bold',
fontWeight: 'semibold',
svg: {
transitionProperty: 'all',
transitionDuration: 'faster',