Bug 1874663 - Ensure panel buttons have a text color defined. r=niklas

Differential Revision: https://phabricator.services.mozilla.com/D200374
This commit is contained in:
Sam Foster 2024-02-01 20:36:37 +00:00
parent 75f1da40ca
commit 4b51e7b0bf

View file

@ -10,6 +10,7 @@
z-index: 3;
padding: 12px;
background-color: var(--arrowpanel-background);
color: var(--arrowpanel-color);
border-radius: var(--arrowpanel-border-radius);
}