Skip to content

Commit

Permalink
test: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 26, 2024
1 parent 35320bb commit 98a7c23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ exports[`test dark theme 1`] = `
"--color-outline": "hsla(var(--hsl-outline), 0.2)",
"--color-primary": "hsla(var(--hsl-primary), 1)",
"--color-primary-container": "hsla(var(--hsl-primary-container), 1)",
"--color-scheme": "dark",
"--color-success": "hsla(var(--hsl-success), 1)",
"--color-success-container": "hsla(var(--hsl-success-container), 1)",
"--color-surface-container": "hsla(var(--hsl-surface-container), 1)",
Expand Down Expand Up @@ -1153,6 +1154,7 @@ exports[`test md3Dark theme 1`] = `
"--color-outline": "hsla(var(--hsl-outline), 1)",
"--color-primary": "hsla(var(--hsl-primary), 1)",
"--color-primary-container": "hsla(var(--hsl-primary-container), 1)",
"--color-scheme": "dark",
"--color-success": "hsla(var(--hsl-success), 1)",
"--color-success-container": "hsla(var(--hsl-success-container), 1)",
"--color-surface-container": "hsla(var(--hsl-surface-container), 1)",
Expand Down Expand Up @@ -2014,6 +2016,7 @@ exports[`test md3Light theme 1`] = `
"--color-outline": "hsla(var(--hsl-outline), 1)",
"--color-primary": "hsla(var(--hsl-primary), 1)",
"--color-primary-container": "hsla(var(--hsl-primary-container), 1)",
"--color-scheme": "light",
"--color-success": "hsla(var(--hsl-success), 1)",
"--color-success-container": "hsla(var(--hsl-success-container), 1)",
"--color-surface-container": "hsla(var(--hsl-surface-container), 1)",
Expand Down

0 comments on commit 98a7c23

Please sign in to comment.