feat: dark mode for knowledge (#15236)
This commit is contained in:
parent
97eadb867c
commit
411e332f1b
72 changed files with 473 additions and 761 deletions
|
|
@ -9,7 +9,7 @@
|
|||
max-width: 200px;
|
||||
}
|
||||
.actionIconWrapperList {
|
||||
@apply h-6 w-6 rounded-md border-none p-1 hover:bg-gray-100 !important;
|
||||
@apply h-6 w-6 rounded-md border-none p-1 hover:bg-state-base-hover !important;
|
||||
}
|
||||
.actionIconWrapperDetail {
|
||||
@apply p-2 bg-components-button-secondary-bg hover:bg-components-button-secondary-bg-hover
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
shadow-xs shadow-shadow-shadow-3 !important;
|
||||
}
|
||||
.actionItem {
|
||||
@apply h-9 py-2 px-3 mx-1 flex items-center gap-2 hover:bg-gray-100 rounded-lg cursor-pointer;
|
||||
@apply h-9 py-2 px-3 mx-1 flex items-center gap-2 hover:bg-state-base-hover rounded-lg cursor-pointer;
|
||||
}
|
||||
.deleteActionItem {
|
||||
@apply hover:bg-state-destructive-hover !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue