[WEB-5762] fix: workitem detail sidebar properties design consistency (#8400)

This commit is contained in:
Jayash Tripathy 2025-12-19 18:15:56 +05:30 committed by GitHub
parent 3876bf054c
commit 67c39dfc3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 101 additions and 62 deletions

View file

@ -295,7 +295,7 @@
/* Background colors */
--background-color-canvas: var(--color-neutral-300);
--background-color-surface-1: var(--color-neutral-white);
--background-color-surface-2: var(--color-neutral-100);
--background-color-surface-2: var(--color-neutral-200);
--background-color-layer-1: var(--color-neutral-200);
--background-color-layer-1-hover: var(--color-neutral-300);
--background-color-layer-1-active: var(--color-neutral-400);