Skip to content

Commit

Permalink
fix vars
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyre committed Nov 4, 2024
1 parent 3136085 commit d43501e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions argilla-frontend/assets/scss/abstract/variables/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
--bg-accent-grey-2: hsl(0, 0%, 100%);
--bg-accent-grey-3: hsl(0, 0%, 98%);
--bg-accent-grey-4: hsl(0, 0%, 98%);
--bg-accent-grey-5: hsl(0, 0%, 100%);
--bg-opacity-1: hsla(0, 0%, 0%, 0.01);
--bg-opacity-2: hsla(0, 0%, 0%, 0.02);
--bg-opacity-3: hsla(0, 0%, 0%, 0.03);
Expand Down Expand Up @@ -78,6 +79,8 @@
--bg-banner-warning: hsl(47, 83%, 91%);
--bg-banner-error: hsl(3, 100%, 92%);
--bg-tooltip: var(--color-dark-grey);
--bg-config-card: hsl(227, 100%, 90%);
--bg-config-alert: hsl(41, 100%, 82%, 0.8);
--fg-chat-1: #488d81;
--fg-chat-2: #e07be0;
--fg-chat-3: #fd926a;
Expand All @@ -96,6 +99,7 @@
--bg-accent-grey-2: hsl(214, 12%, 16%);
--bg-accent-grey-3: hsl(214, 12%, 14%);
--bg-accent-grey-4: hsl(214, 12%, 16%);
--bg-accent-grey-5: hsl(214, 12%, 20%);
--bg-opacity-1: hsla(0, 0%, 100%, 0.01);
--bg-opacity-2: hsla(0, 0%, 100%, 0.02);
--bg-opacity-3: hsla(0, 0%, 100%, 0.03);
Expand Down Expand Up @@ -148,6 +152,8 @@
--bg-banner-warning: hsl(47, 83%, 16%);
--bg-banner-error: hsl(3, 100%, 20%);
--bg-tooltip: hsl(207, 9%, 32%);
--bg-config-card: hsla(227, 100%, 66%, 20%);
--bg-config-alert: hsl(41, 100%, 82%, 0.4);
--fg-chat-1: #628e87;
--fg-chat-2: #af6daf;
--fg-chat-3: #cd8065;
Expand Down Expand Up @@ -183,6 +189,7 @@
--bg-accent-grey-2: hsl(0, 0%, 100%);
--bg-accent-grey-3: hsl(0, 0%, 98%);
--bg-accent-grey-4: hsl(0, 0%, 98%);
--bg-accent-grey-5: hsl(0, 0%, 100%);
--bg-opacity-1: hsla(0, 0%, 0%, 0.01);
--bg-opacity-2: hsla(0, 0%, 0%, 0.02);
--bg-opacity-3: hsla(0, 0%, 0%, 0.03);
Expand Down Expand Up @@ -241,6 +248,8 @@
--bg-banner-warning: hsl(47, 83%, 91%);
--bg-banner-error: hsl(3, 100%, 92%);
--bg-tooltip: var(--color-dark-grey);
--bg-config-card: hsl(0, 0%, 100%);
--bg-config-alert: hsl(0, 0%, 100%);
--fg-chat-1: #198700;
--fg-chat-2: #933e00;
--fg-chat-3: #ae0000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default {
&__intro {
display: block;
padding: 4px;
background: var(--bg-congig-alert);
background: var(--bg-config-alert);
@include font-size(12px);
@include line-height(16px);
}
Expand Down

0 comments on commit d43501e

Please sign in to comment.