💄(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:
lebaudantoine
2024-12-02 17:42:01 +01:00
committed by aleb_the_flash
parent a299cae8e8
commit a083c8cc3a

View File

@@ -10,7 +10,7 @@ const StyledParticipantPlaceHolder = styled('div', {
base: {
width: '100%',
height: '100%',
backgroundColor: '#3d4043', // fixme - copied from gmeet
backgroundColor: 'primaryDark.100',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',