Theme switch button: inherit color from FAB parent (--theme-fab-color)
Some checks failed
Repo Health / Access control (push) Successful in 1s
Repo Health / Release configuration (push) Failing after 3s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 4s

.theme-icon-btn had hardcoded color: #fff, now inherits from
#mokoThemeFab which uses var(--theme-fab-color).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 16:14:16 -05:00
parent 4382eef494
commit 3ac27e38ca

View File

@@ -17132,7 +17132,7 @@ form .form-select {
border: none;
border-radius: 50%;
background: rgba(255,255,255,.15);
color: #fff;
color: inherit;
font-size: 1.1rem;
cursor: pointer;
padding: 0;