mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): reduce button fontweight to semibold
This commit is contained in:
parent
f0b102d830
commit
1b3bb932b9
@ -168,7 +168,7 @@ const getStyles = (
|
|||||||
|
|
||||||
export const buttonTheme = defineStyleConfig({
|
export const buttonTheme = defineStyleConfig({
|
||||||
baseStyle: {
|
baseStyle: {
|
||||||
fontWeight: 'bold',
|
fontWeight: 'semibold',
|
||||||
svg: {
|
svg: {
|
||||||
transitionProperty: 'all',
|
transitionProperty: 'all',
|
||||||
transitionDuration: 'faster',
|
transitionDuration: 'faster',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user