Skip to content

Commit

Permalink
chore: lease-721 color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
netpoe committed Apr 16, 2024
1 parent 0be30a8 commit db36222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/theme/variants/_lease-721.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body[data-theme="lease-721"] {
--color-status-success: #3dd598;
--color-status-success-light: #d6fff5;
--color-status-success-lighter: #e6fff9;
--color-status-warning: rgb(255, 215, 75);
--color-status-warning: #ffeea3;
--color-status-warning-light: #fffdb8;
--color-status-warning-lighter: #fffeeb;
--color-status-critical: #bd2d00;
Expand All @@ -32,7 +32,7 @@ body[data-theme="lease-721"] {
// Brand
--color-primary: #fff;
--color-primary-shade-mid: #f0f0f0;
--color-primary-shade-low: #c1c1c1;
--color-primary-shade-low: #ffeea3;
--color-secondary: #242463;
--color-secondary-shade-mid: #1e1e51;
--color-secondary-shade-low: #141437;
Expand Down Expand Up @@ -103,7 +103,7 @@ body[data-theme="lease-721"] {
--color-typography-subtitle: var(--color-dark-5);
--color-typography-button-label: var(--color-white);
--color-typography-mini-button-label: var(--color-white);
--color-typography-description: var(--color-dark-5);
--color-typography-description: var(--color-status-warning);
--color-typography-mini-description: var(--color-dark-5);
--color-typography-link: var(--color-primary);

Expand Down

0 comments on commit db36222

Please sign in to comment.