Skip to content

Commit

Permalink
fix: snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
RobChangCA committed Sep 11, 2024
1 parent abea568 commit b758b88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions account-kit/react/src/tailwind/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("tailwind utils test", () => {
},
};

expect(apply(theme, override)).toEqual(`
expect(apply(theme, override)).toMatchInlineSnapshot(`
{
"borderRadius": "sm",
"colors": {
Expand All @@ -27,6 +27,10 @@ describe("tailwind utils test", () => {
"dark": "#FEF2F2",
"light": "#FEF2F2",
},
"bg-surface-critical-light": {
"dark": "#FEE2E2",
"light": "#FEE2E2",
},
"bg-surface-default": {
"dark": "#020617",
"light": "#fff",
Expand All @@ -51,10 +55,6 @@ describe("tailwind utils test", () => {
"dark": "#FDBA74",
"light": "#EA580C",
},
"bg-surface-critical-light": {
"dark": "#FEE2E2",
"light": "#FEE2E2",
},
"btn-auth": {
"dark": "argb(255, 255, 255, 0.05)",
"light": "#FFF",
Expand Down

0 comments on commit b758b88

Please sign in to comment.