Skip to content

Commit bb6dfb0

Browse files
committed
Unify button text and style
1 parent 5a91dea commit bb6dfb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/webapp/app/components/query/QueryEditor.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,11 +782,10 @@ export function QueryEditor({
782782
accessory={
783783
mode.type === "standalone" ? (
784784
<Button
785-
variant="minimal/small"
786-
LeadingIcon={BookmarkIcon}
785+
variant="primary/small"
787786
onClick={() => setIsSaveDialogOpen(true)}
788787
>
789-
Save to dashboard
788+
Add to dashboard
790789
</Button>
791790
) : save ? (
792791
save(saveData)

0 commit comments

Comments
 (0)