mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 03:27:46 +00:00
fix(lobby) Fix buttons colors (#11867)
This commit is contained in:
@@ -107,10 +107,11 @@ const styles = theme => {
|
||||
position: 'relative',
|
||||
textAlign: 'center',
|
||||
width: '100%',
|
||||
border: 0,
|
||||
|
||||
'&.primary': {
|
||||
background: theme.palette.action01,
|
||||
border: '1px solid #0376DA',
|
||||
color: theme.palette.text01,
|
||||
|
||||
'&:hover': {
|
||||
backgroundColor: theme.palette.action01Hover
|
||||
@@ -119,7 +120,11 @@ const styles = theme => {
|
||||
|
||||
'&.secondary': {
|
||||
background: theme.palette.action02,
|
||||
border: '1px solid transparent'
|
||||
color: theme.palette.text04,
|
||||
|
||||
'&:hover': {
|
||||
backgroundColor: theme.palette.action02Hover
|
||||
}
|
||||
},
|
||||
|
||||
'&.text': {
|
||||
|
||||
Reference in New Issue
Block a user