mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:15:10 +00:00
fix: action button style (#5433)
This commit is contained in:
parent
7bd96fd154
commit
cb8eb0d035
@ -52,7 +52,7 @@ const useStyles = genStyleHook('nb-action', (token) => {
|
||||
marginInlineEnd: '0px !important',
|
||||
},
|
||||
'.nb-action-title': {
|
||||
marginInlineStart: `${token.controlPaddingHorizontalSM} px`,
|
||||
marginInlineStart: `${token.controlPaddingHorizontalSM}px`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user