💄(frontend) align participant placeholder with recent changes
Use a blue-ish background, instead of a gray one. We'll continue to iterate on this component.
This commit is contained in:
committed by
aleb_the_flash
parent
a299cae8e8
commit
a083c8cc3a
@@ -10,7 +10,7 @@ const StyledParticipantPlaceHolder = styled('div', {
|
|||||||
base: {
|
base: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
backgroundColor: '#3d4043', // fixme - copied from gmeet
|
backgroundColor: 'primaryDark.100',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user