Skip to content

Commit

Permalink
style: Updated Brand.Primary for Troms (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 11, 2024
1 parent e427560 commit 3e03813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/theme/src/generated/themes/troms-theme/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[data-theme="light"], [data-theme="auto"] { color-scheme: light; }
[data-theme="light"], [data-theme="auto"] {
--color-brand-primary-background: #e85912;
--color-brand-primary-foreground-primary: #000000;
--color-brand-primary-foreground-secondary: #555e65;
--color-brand-primary-background: #d24600;
--color-brand-primary-foreground-primary: #ffffff;
--color-brand-primary-foreground-secondary: #e3e5e6;
--color-brand-primary-foreground-disabled: #a9aeb1;
--color-brand-secondary-background: #001db1;
--color-brand-secondary-foreground-primary: #ffffff;
Expand Down
6 changes: 3 additions & 3 deletions packages/theme/src/generated/themes/troms-theme/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export default {
color: {
brand: {
primary: {
background: "#e85912",
background: "#d24600",
foreground: {
primary: "#000000",
secondary: "#555e65",
primary: "#ffffff",
secondary: "#e3e5e6",
disabled: "#a9aeb1"
}
},
Expand Down

0 comments on commit 3e03813

Please sign in to comment.