mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Fix 'Add custom variable' button padding (#37369)
This commit is contained in:
parent
823b7122c0
commit
11e38e75cb
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ const Secrets = () => {
|
|||
renderChildren={(disableChildren) => (
|
||||
<span>
|
||||
<Button
|
||||
variant="text-icon"
|
||||
variant="inverse"
|
||||
onClick={onClickAddSecret}
|
||||
disabled={disableChildren}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue