mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-18 23:48:43 -05:00
Merge pull request #940 from om-3004/bug/fix-current-password-widget
fix: add css to fix the current password widget under account>password
This commit is contained in:
@@ -74,6 +74,7 @@ const Field = forwardRef(
|
||||
"&:has(.input-error) .MuiOutlinedInput-root fieldset": {
|
||||
borderColor: theme.palette.error.text,
|
||||
},
|
||||
display: hidden ? "none" : "",
|
||||
}}
|
||||
>
|
||||
{label && (
|
||||
@@ -142,7 +143,7 @@ const Field = forwardRef(
|
||||
},
|
||||
}
|
||||
: {
|
||||
display: hidden ? "none" : "",
|
||||
|
||||
}
|
||||
}
|
||||
InputProps={{
|
||||
|
||||
Reference in New Issue
Block a user