Skip to content

Commit 830acbd

Browse files
committed
chore: update export policy button design
1 parent 7bef016 commit 830acbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/ManagementSettingsPage/IdpSyncPage/ExportPolicyButton.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export const ExportPolicyButton: FC<DownloadPolicyButtonProps> = ({
2929

3030
return (
3131
<Button
32+
size="sm"
33+
variant="outline"
3234
disabled={!canCreatePolicyJson || isDownloading}
3335
onClick={async () => {
3436
if (canCreatePolicyJson) {
@@ -48,7 +50,7 @@ export const ExportPolicyButton: FC<DownloadPolicyButtonProps> = ({
4850
}}
4951
>
5052
<DownloadIcon />
51-
Export Policy
53+
Export policy
5254
</Button>
5355
);
5456
};

0 commit comments

Comments
 (0)