mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:36:05 +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',
|
marginInlineEnd: '0px !important',
|
||||||
},
|
},
|
||||||
'.nb-action-title': {
|
'.nb-action-title': {
|
||||||
marginInlineStart: `${token.controlPaddingHorizontalSM} px`,
|
marginInlineStart: `${token.controlPaddingHorizontalSM}px`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user