Dark theme for consumers list
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
a4ba081448
commit
259760311e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const ConsumersList: React.FC<IConsumersList> = () => {
|
||||||
|
|
||||||
if (providers.size > 0) {
|
if (providers.size > 0) {
|
||||||
return (
|
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'>
|
<Text size='xs' theme='muted'>
|
||||||
<FormattedMessage id='oauth_consumers.title' defaultMessage='Other ways to sign in' />
|
<FormattedMessage id='oauth_consumers.title' defaultMessage='Other ways to sign in' />
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in a new issue