Skip to content

Commit fad4cda

Browse files
committed
don't saturate account button
1 parent c0b663d commit fad4cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/entrykit/src/AccountButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function AccountButton() {
5252
"bg-orange-500 text-white font-medium",
5353
"hover:bg-orange-400",
5454
"active:bg-orange-600",
55-
"aria-busy:saturate-50",
55+
// "aria-busy:saturate-50",
5656
)}
5757
aria-busy={accountModalOpen}
5858
onClick={openAccountModal}

0 commit comments

Comments
 (0)