style: set danger context menu items to use danger-text-color CSS variable
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-08-03 20:29:39 +02:00
parent 74f74083a6
commit 3b2136789e
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -61,4 +61,8 @@ function runCallback(item: ContextMenuItem) {
background-color: rgb(50, 50, 50);
}
.context-menu-item-danger {
color: var(--danger-text-color);
}
</style>