Common:OAuth: fix scope list color

This commit is contained in:
Timofey Boyko 2023-11-22 10:42:23 +03:00
parent 7c1387ab53
commit 008a2b07ad

View File

@ -36,7 +36,7 @@ const StyledScopeItem = styled.div`
border-radius: 50%; border-radius: 50%;
background: ${(props) => props.theme.mainText}; background: ${(props) => props.theme.color};
} }
`; `;