1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: adjust colors of dialog

This commit is contained in:
Ivar Conradi Østhus 2020-04-30 08:15:58 +02:00
parent 7e20f2c813
commit eefc0cf44c

View File

@ -63,10 +63,10 @@ class AuthComponent extends React.Component {
expand
style={{
color: '#fff',
background: '#000',
background: 'rgb(96, 125, 139)',
}}
>
Action required
Action required!
</CardTitle>
<CardText>{content}</CardText>
</Card>