mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-31 06:01:24 +00:00
Add sx to IconButton
This commit is contained in:
@@ -135,6 +135,10 @@ export const BoundedNumericTextField = ({
|
||||
<IconButton
|
||||
size="small"
|
||||
onClick={() => changeValueWithIncDecButton(1)}
|
||||
sx={{
|
||||
bgcolor: theme.palette.background.default,
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
>
|
||||
<AddIcon
|
||||
sx={{
|
||||
@@ -145,6 +149,10 @@ export const BoundedNumericTextField = ({
|
||||
<IconButton
|
||||
size="small"
|
||||
onClick={() => changeValueWithIncDecButton(-1)}
|
||||
sx={{
|
||||
bgcolor: theme.palette.background.default,
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
>
|
||||
<RemoveIcon
|
||||
sx={{
|
||||
|
Reference in New Issue
Block a user