feat(core): workspace properties setting (#5739)

the property settings in workspace settings
This commit is contained in:
Peng Xiao
2024-02-22 09:37:46 +00:00
parent 55b8082d3a
commit 546d96c5c9
17 changed files with 1231 additions and 318 deletions
@@ -9,7 +9,7 @@ export const button = style({
flexShrink: 0,
outline: '0',
border: '1px solid',
padding: '0 18px',
padding: '0 8px',
borderRadius: '8px',
fontSize: cssVar('fontXs'),
fontWeight: 500,