fix: ios status bar mirror theme

This commit is contained in:
benonymity
2023-12-23 00:00:50 -05:00
parent 793f0c05f7
commit 26d0209763
3 changed files with 7 additions and 8 deletions
+5 -1
View File
@@ -40,4 +40,8 @@
--gradient-audio-player: linear-gradient(169deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 80%);
--gradient-minimized-audio-player: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 60%);
}
}
body {
@apply bg-primary
}
}