Skip to content

Commit

Permalink
[front] - refactor: update button style to 'outline' in AppView
Browse files Browse the repository at this point in the history
 - Change the variant of the button from 'tertiary' to 'outline' for visual consistency
  • Loading branch information
Jules committed Oct 23, 2024
1 parent a440370 commit 5fa7c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/vaults/[vaultId]/apps/[aId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export default function AppView({
{!readOnly ? (
<div className="hidden flex-initial space-x-2 sm:block">
<Button
variant="tertiary"
variant="outline"
icon={BracesIcon}
label="Secrets"
onClick={() => {
Expand Down

0 comments on commit 5fa7c06

Please sign in to comment.