style: set danger context menu items to use danger-text-color CSS variable
This commit is contained in:
parent
74f74083a6
commit
3b2136789e
1 changed files with 4 additions and 0 deletions
|
@ -61,4 +61,8 @@ function runCallback(item: ContextMenuItem) {
|
||||||
background-color: rgb(50, 50, 50);
|
background-color: rgb(50, 50, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-menu-item-danger {
|
||||||
|
color: var(--danger-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue