Skip to content

Commit d448ace

Browse files
authored
style: tune orange color (#1333)
1 parent 5af61ac commit d448ace

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/containers/App/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body,
4242
--ydb-color-status-grey: var(--g-color-base-neutral-heavy);
4343
--ydb-color-status-green: var(--g-color-base-positive-heavy);
4444
--ydb-color-status-yellow: var(--g-color-base-warning-heavy);
45-
--ydb-color-status-orange: #ff922e;
45+
--ydb-color-status-orange: var(--g-color-private-orange-500-solid);
4646
--ydb-color-status-red: var(--g-color-base-danger-heavy);
4747
--ydb-color-status-blue: var(--g-color-base-info-heavy);
4848
--ydb-color-status-black: var(--g-color-base-misc-heavy);

src/styles/mixins.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@
352352
}
353353

354354
&_orange {
355-
--entity-state-font-color: var(--g-color-text-warning-heavy);
355+
--entity-state-font-color: var(--g-color-private-orange-500);
356356
--entity-state-border-color: var(--ydb-color-status-orange);
357-
--entity-state-background-color: var(--g-color-base-warning-light);
358-
--entity-state-fill-color: var(--g-color-base-warning-medium);
357+
--entity-state-background-color: var(--g-color-private-orange-100);
358+
--entity-state-fill-color: var(--g-color-private-orange-300);
359359
}
360360
&_red {
361361
--entity-state-font-color: var(--g-color-text-danger);

0 commit comments

Comments
 (0)