refactor(app): use colors with tailwind [EE-3601] (#7133)
* refactor(app): use colors with tailwind
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.menu-list {
|
||||
background: var(--bg-dropdown-menu-color);
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--ui-grey-1) !important;
|
||||
border: 1px solid var(--ui-gray-5) !important;
|
||||
width: 180px;
|
||||
padding: 5px !important;
|
||||
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
|
||||
|
||||
Reference in New Issue
Block a user