From dc4ce0c51ef0b531894b9b8b14022475db6158cc Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 15 Jan 2025 09:42:17 -0800 Subject: [PATCH] Fix: Some button icons were invisible --- Theme/ElegantFin-theme-nightly.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 115fc14..f014222 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -45,6 +45,12 @@ html { -webkit-tap-highlight-color: transparent !important; } +/* The icon pack that we use does not have some icons, so we use the default icon pack on those */ +.material-icons.lyrics, +.material-icons.bookplayerButtonIcon { + font-family: 'Material Icons' !important; +} + .dashboardFooter { font-family: Noto Sans; transition: transform 50ms;