mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix number input button styles
This commit is contained in:
@@ -100,15 +100,17 @@ const StyledNumberInput = styled(MantineNumberInput)<NumberInputProps>`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* & .mantine-NumberInput-rightSection {
|
|
||||||
color: var(--input-placeholder-fg);
|
|
||||||
background: var(--input-bg);
|
|
||||||
} */
|
|
||||||
|
|
||||||
& .mantine-NumberInput-controlUp {
|
& .mantine-NumberInput-controlUp {
|
||||||
svg {
|
svg {
|
||||||
color: white;
|
color: var(--btn-default-fg);
|
||||||
fill: white;
|
fill: var(--btn-default-fg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& .mantine-NumberInput-controlDown {
|
||||||
|
svg {
|
||||||
|
color: var(--btn-default-fg);
|
||||||
|
fill: var(--btn-default-fg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user