Skip to content

Commit

Permalink
don't saturate account button
Browse files Browse the repository at this point in the history
  • Loading branch information
frolic committed Oct 18, 2024
1 parent c0b663d commit fad4cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/entrykit/src/AccountButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function AccountButton() {
"bg-orange-500 text-white font-medium",
"hover:bg-orange-400",
"active:bg-orange-600",
"aria-busy:saturate-50",
// "aria-busy:saturate-50",
)}
aria-busy={accountModalOpen}
onClick={openAccountModal}
Expand Down

0 comments on commit fad4cda

Please sign in to comment.