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:
commit
25bac70766
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue