Fix number input button styles
This commit is contained in:
parent
c673218a8b
commit
69a10f4677
1 changed files with 9 additions and 7 deletions
|
@ -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 a new issue