You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
paper-styles is missing css variables for icons in default-theme.
default-theme.html does say --dark-theme-secondary-color: #bcbcbc; /* for secondary text and icons */, however that is incorrect, dark theme icons don't match the secondary color.
Here's a summary of the opacities for light and dark theme text and icons:
Text / Icon
Light Text
Light Icon
Dark Text
Dark Icon
Secondary / Active
54%
54%
70%
100%
Disabled / Inactive
38%
38%
50%
50%
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
paper-styles is missing css variables for icons in default-theme.
default-theme.html does say
--dark-theme-secondary-color: #bcbcbc; /* for secondary text and icons */
, however that is incorrect, dark theme icons don't match the secondary color.Here's a summary of the opacities for light and dark theme text and icons:
The text was updated successfully, but these errors were encountered: