Commit 0188086d authored by Vlad Piersec's avatar Vlad Piersec Committed by vp8x8
Browse files

fix(participants-list): Avoid ui moving on input focus

parent 340698a5
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -72,7 +72,7 @@ const useStyles = makeStyles(theme => {
padding: '10px 16px',
'&.focused': {
border: `3px solid ${theme.palette.field01Focus}`
outline: `3px solid ${theme.palette.field01Focus}`
}
},
clearButton: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment