Web:Components:Fix color text.

This commit is contained in:
Vlada Gazizova 2022-11-23 12:56:42 +03:00
parent 85d43ef90d
commit b84dddb896

View File

@ -51,6 +51,7 @@ const StyledButton = styled(Button)`
}
.button-content {
color: ${({ currentColorScheme }) => currentColorScheme.text.accent};
position: relative;
display: flex;
justify-content: space-between;