Skip to content

Commit

Permalink
fix: fixing unit tests with added color
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaleb4 committed Dec 20, 2024
1 parent b00b3d4 commit 099952d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions account-kit/react/src/tailwind/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ describe("tailwind utils test", () => {
"light": "#475569",
},
"fg-success": {
+ "dark": "#86EFAC",
+ "light": "#16A34A",
+ },
"dark": "#86EFAC",
"light": "#16A34A",
},
"fg-tertiary": {
"dark": "#94A3B8",
"light": "#94A3B8",
Expand Down

0 comments on commit 099952d

Please sign in to comment.