Web:Components:Fix create room button theme.

This commit is contained in:
Vlada Gazizova 2022-11-22 18:26:51 +03:00
parent ff53dc882e
commit fcb240e5c0

View File

@ -29,6 +29,8 @@ const StyledButton = styled(Button)`
background-color: ${({ currentColorScheme }) =>
currentColorScheme.main.accent};
background: ${({ currentColorScheme }) => currentColorScheme.main.accent};
border: ${({ currentColorScheme }) => currentColorScheme.main.accent};
:hover {
background-color: ${({ currentColorScheme }) =>