Skip to content

Commit

Permalink
Fix style for "Add to vault" CTA (#7696)
Browse files Browse the repository at this point in the history
* Fix style for "Add to vault" CTA

* ✂️
  • Loading branch information
flvndvd authored Sep 26, 2024
1 parent f2dde1c commit ecd05e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions front/components/vaults/AddToVaultDialog.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, Dialog, DropdownMenu, LockIcon } from "@dust-tt/sparkle";
import { Button, Dialog, DropdownMenu } from "@dust-tt/sparkle";
import type {
APIError,
DataSourceViewContentNode,
Expand Down Expand Up @@ -142,10 +142,11 @@ export const AddToVaultDialog = ({
<DropdownMenu>
<DropdownMenu.Button>
<Button
hasMagnifying={false}
label={vault ? vault.name : "Select vault"}
variant="primary"
icon={LockIcon}
size="sm"
type="select"
variant="secondary"
/>
</DropdownMenu.Button>
<DropdownMenu.Items>
Expand Down

0 comments on commit ecd05e6

Please sign in to comment.