Merge branch 'consumers-list-styles' into 'develop'

Dark theme for consumers list

See merge request soapbox-pub/soapbox-fe!1738
This commit is contained in:
marcin mikołajczak 2022-08-18 15:44:17 +00:00
commit 25bac70766

View file

@ -16,7 +16,7 @@ const ConsumersList: React.FC<IConsumersList> = () => {
if (providers.size > 0) {
return (
<Card className='p-4 sm:rounded-xl bg-gray-50'>
<Card className='p-4 sm:rounded-xl bg-gray-50 dark:bg-primary-800'>
<Text size='xs' theme='muted'>
<FormattedMessage id='oauth_consumers.title' defaultMessage='Other ways to sign in' />
</Text>