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:
parent
7e20f2c813
commit
eefc0cf44c
@ -63,10 +63,10 @@ class AuthComponent extends React.Component {
|
|||||||
expand
|
expand
|
||||||
style={{
|
style={{
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
background: '#000',
|
background: 'rgb(96, 125, 139)',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Action required
|
Action required!
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<CardText>{content}</CardText>
|
<CardText>{content}</CardText>
|
||||||
</Card>
|
</Card>
|
||||||
|
Loading…
Reference in New Issue
Block a user