Skip to content

Commit ba77e59

Browse files
fix(databases-collections-list): refresh button variant changed to 'default' (#4130)
1 parent 5a27582 commit ba77e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databases-collections-list/src/use-refresh.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function useRefreshControls(
1010

1111
return (
1212
<Button
13-
variant="primaryOutline"
13+
variant="default"
1414
leftGlyph={<Icon role="presentation" glyph="Refresh" />}
1515
onClick={() => {
1616
onRefreshClick();

0 commit comments

Comments
 (0)