MediaCard: text shadow color changing depending on light/dark mode

This commit is contained in:
Lemmy
2026-01-29 18:36:35 -05:00
parent 010d1ad854
commit 1685394a0e
+1
View File
@@ -294,6 +294,7 @@ NBox {
shadowOpacity: 0.9
shadowHorizontalOffset: 0
shadowVerticalOffset: 0
shadowColor: Settings.data.colorSchemes.darkMode ? "black" : "white"
}
ColumnLayout {