Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bndiep committed Feb 10, 2025
1 parent 05665cd commit 0835b1b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ exports[`themes admin - theme shape 1`] = `
"navy-800": "#10162F",
"navy-900": "#0A0D1C",
"orange": "#FF8C00",
"orange-100": "#FFE8CC",
"orange-500": "#FF8C00",
"paleBlue": "#F5FCFF",
"paleGreen": "#F5FFE3",
Expand Down Expand Up @@ -215,6 +216,7 @@ exports[`themes admin - theme shape 1`] = `
"--color-navy-800": "#10162F",
"--color-navy-900": "#0A0D1C",
"--color-orange": "#FF8C00",
"--color-orange-100": "#FFE8CC",
"--color-orange-500": "#FF8C00",
"--color-paleBlue": "#F5FCFF",
"--color-paleGreen": "#F5FFE3",
Expand Down Expand Up @@ -339,6 +341,7 @@ exports[`themes admin - theme shape 1`] = `
"navy-800": "var(--color-navy-800)",
"navy-900": "var(--color-navy-900)",
"orange": "var(--color-orange)",
"orange-100": "var(--color-orange-100)",
"orange-500": "var(--color-orange-500)",
"paleBlue": "var(--color-paleBlue)",
"paleGreen": "var(--color-paleGreen)",
Expand Down Expand Up @@ -542,6 +545,7 @@ exports[`themes core - theme shape 1`] = `
"navy-800": "#10162F",
"navy-900": "#0A0D1C",
"orange": "#FF8C00",
"orange-100": "#FFE8CC",
"orange-500": "#FF8C00",
"paleBlue": "#F5FCFF",
"paleGreen": "#F5FFE3",
Expand Down Expand Up @@ -715,6 +719,7 @@ exports[`themes core - theme shape 1`] = `
"--color-navy-800": "#10162F",
"--color-navy-900": "#0A0D1C",
"--color-orange": "#FF8C00",
"--color-orange-100": "#FFE8CC",
"--color-orange-500": "#FF8C00",
"--color-paleBlue": "#F5FCFF",
"--color-paleGreen": "#F5FFE3",
Expand Down Expand Up @@ -839,6 +844,7 @@ exports[`themes core - theme shape 1`] = `
"navy-800": "var(--color-navy-800)",
"navy-900": "var(--color-navy-900)",
"orange": "var(--color-orange)",
"orange-100": "var(--color-orange-100)",
"orange-500": "var(--color-orange-500)",
"paleBlue": "var(--color-paleBlue)",
"paleGreen": "var(--color-paleGreen)",
Expand Down Expand Up @@ -1046,6 +1052,7 @@ exports[`themes platform - theme shape 1`] = `
"navy-800": "#10162F",
"navy-900": "#0A0D1C",
"orange": "#FF8C00",
"orange-100": "#FFE8CC",
"orange-500": "#FF8C00",
"orange-800": "#D14900",
"paleBlue": "#F5FCFF",
Expand Down Expand Up @@ -1304,6 +1311,7 @@ exports[`themes platform - theme shape 1`] = `
"--color-navy-800": "#10162F",
"--color-navy-900": "#0A0D1C",
"--color-orange": "#FF8C00",
"--color-orange-100": "#FFE8CC",
"--color-orange-500": "#FF8C00",
"--color-orange-800": "#D14900",
"--color-paleBlue": "#F5FCFF",
Expand Down Expand Up @@ -1463,6 +1471,7 @@ exports[`themes platform - theme shape 1`] = `
"navy-800": "var(--color-navy-800)",
"navy-900": "var(--color-navy-900)",
"orange": "var(--color-orange)",
"orange-100": "var(--color-orange-100)",
"orange-500": "var(--color-orange-500)",
"orange-800": "var(--color-orange-800)",
"paleBlue": "var(--color-paleBlue)",
Expand Down

0 comments on commit 0835b1b

Please sign in to comment.