Fix ntfy upgrade banner in dark mode

This commit is contained in:
nimbleghost
2023-06-28 20:42:34 +02:00
parent 64ac111d55
commit d838790b8f
3 changed files with 21 additions and 8 deletions

View File

@@ -44,7 +44,10 @@ const ActionBar = (props) => {
<Toolbar
sx={{
pr: "24px",
background: theme.palette.actionBarBackground,
background:
theme.palette.mode === "light"
? "linear-gradient(150deg, #338574 0%, #56bda8 100%)"
: "linear-gradient(150deg, #203631 0%, #2a6e60 100%)",
}}
>
<IconButton