Edit and actions updates
This commit is contained in:
parent
0997e449bb
commit
f87bcc43a5
30 changed files with 759 additions and 139 deletions
|
|
@ -46,14 +46,14 @@ export const DisplayTextField: FC<DisplayTextFieldProps> = ({
|
|||
WebkitTextFillColor: almostBlack,
|
||||
},
|
||||
"& .MuiFormLabel-root": {
|
||||
fontSize: 20,
|
||||
fontSize: 18,
|
||||
color: darkGray,
|
||||
minWidth: 0,
|
||||
},
|
||||
}}
|
||||
InputProps={{
|
||||
endAdornment: copyable ? (
|
||||
<InputAdornment position="start">
|
||||
<InputAdornment position="end">
|
||||
<IconButton
|
||||
onClick={() => copyToClipboard(value)}
|
||||
size="small"
|
||||
|
|
@ -67,7 +67,7 @@ export const DisplayTextField: FC<DisplayTextFieldProps> = ({
|
|||
disableUnderline: true,
|
||||
sx: {
|
||||
minWidth: 0,
|
||||
fontSize: 18,
|
||||
fontSize: 16,
|
||||
backgroundColor: "transparent",
|
||||
pt: "1px",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue