mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 12:37:16 +02:00
web: fix paragraph color in inbox settings for dark mode
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -105,6 +105,7 @@ function DetailsCell({ value }: { value: string }) {
|
||||
<Box
|
||||
as="pre"
|
||||
sx={{
|
||||
color: "paragraph",
|
||||
m: 0,
|
||||
fontSize: "0.72em",
|
||||
whiteSpace: "pre-wrap",
|
||||
|
||||
@@ -401,10 +401,14 @@ const AddApiKeyDialog = DialogManager.register(function AddApiKeyDialog(
|
||||
setSelectedExpiry(Number(value));
|
||||
}}
|
||||
sx={{
|
||||
color: "var(--paragraph)",
|
||||
bg: "background-secondary",
|
||||
border: "1px solid",
|
||||
borderColor: "border",
|
||||
padding: "5px"
|
||||
padding: "5px",
|
||||
"& + svg": {
|
||||
fill: "var(--paragraph)"
|
||||
}
|
||||
}}
|
||||
>
|
||||
{EXPIRY_OPTIONS.map((option) => (
|
||||
|
||||
Reference in New Issue
Block a user