Use --outline-color in shortcuts dialog (#24949)

This commit is contained in:
Jan-Philipp Benecke 2025-04-07 12:37:19 +02:00 committed by GitHub
parent f88d0ca613
commit 316c3f4e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,7 +195,7 @@ class DialogShortcuts extends LitElement {
span { span {
padding: 8px; padding: 8px;
border: 1px solid var(--divider-color); border: 1px solid var(--outline-color);
border-radius: 8px; border-radius: 8px;
} }