style(next): buttons: restore a legacy CSS variable

This commit is contained in:
Adorian Doran 2025-01-29 21:20:31 +02:00
parent 16ea6186dd
commit 82074ea7eb
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
--accented-background-color: #555;
--button-text-color: currentColor;
--cmd-button-background-color: #ffffff28;
--cmd-button-text-color: #ffffffc2;
--cmd-button-hover-background-color: #ffffff37;

View File

@ -19,6 +19,8 @@
--accented-background-color: #f5f5f5;
--button-text-color: currentColor;
--cmd-button-background-color: #0000000f;
--cmd-button-text-color: #000000ad;
--cmd-button-hover-background-color: #00000016;