File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 );
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments