feat: add padding option for inactive workspace numbers (#702)
* feat: add padding option for inactive workspace number * chore: reorder options to gather padding related options --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -205,6 +205,12 @@ export const BarSettings = (): JSX.Element => {
|
||||
subtitle="Only applicable if Workspace Numbers are enabled"
|
||||
type="string"
|
||||
/>
|
||||
<Option
|
||||
opt={options.theme.bar.buttons.workspaces.numbered_inactive_padding}
|
||||
title="Inactive Padding"
|
||||
subtitle="Only applicable if Workspace Numbers are enabled"
|
||||
type="string"
|
||||
/>
|
||||
<Option
|
||||
opt={options.theme.bar.buttons.workspaces.pill.radius}
|
||||
title="Pill Radius"
|
||||
|
||||
Reference in New Issue
Block a user