From 778d626e5ca58f62b75ef070c5c347afa89a6de4 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 26 Aug 2023 17:40:59 -0700 Subject: Dark mode support (fix #1129) --- modern/src/common/components/StatusCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/common/components') diff --git a/modern/src/common/components/StatusCard.jsx b/modern/src/common/components/StatusCard.jsx index 0d32eb0d..c8898b7c 100644 --- a/modern/src/common/components/StatusCard.jsx +++ b/modern/src/common/components/StatusCard.jsx @@ -45,7 +45,7 @@ const useStyles = makeStyles((theme) => ({ alignItems: 'flex-start', }, mediaButton: { - color: theme.palette.colors.white, + color: theme.palette.primary.contrastText, mixBlendMode: 'difference', }, header: { -- cgit v1.2.3