mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: secondary to compact style for index button.
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@
|
||||
</Layout.Stack>
|
||||
{/each}
|
||||
<div>
|
||||
<Button secondary on:click={addAttribute} disabled={addAttributeDisabled}>
|
||||
<Button compact on:click={addAttribute} disabled={addAttributeDisabled}>
|
||||
<Icon icon={IconPlus} slot="start" size="s" />
|
||||
Add attribute
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user