Fixed margin on buttons
This commit is contained in:
parent
17d3d177c1
commit
6985b179d9
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ const ApiKeyHeaderComponent = ({
|
|||
<div className="flex flex-shrink-0 items-center gap-2">
|
||||
<SecretKeyModal data={userId} onCloseModal={fetchApiKeys}>
|
||||
<Button data-testid="api-key-button-store" variant="primary">
|
||||
<ForwardedIconComponent name="Plus" className="mr-2 w-4" />
|
||||
<ForwardedIconComponent name="Plus" className="w-4" />
|
||||
Add New
|
||||
</Button>
|
||||
</SecretKeyModal>
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ export default function GlobalVariablesPage() {
|
|||
<div className="flex flex-shrink-0 items-center gap-2">
|
||||
<AddNewVariableButton>
|
||||
<Button data-testid="api-key-button-store" variant="primary">
|
||||
<IconComponent name="Plus" className="mr-2 w-4" />
|
||||
<IconComponent name="Plus" className="w-4" />
|
||||
Add New
|
||||
</Button>
|
||||
</AddNewVariableButton>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue