fix toast icon color (#516)
* fix toast icon color * Create real-days-exist.md
This commit is contained in:
parent
70cb660cd2
commit
f6b7ca3a7e
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@status-im/components": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix toast icon color
|
|
@ -26,7 +26,7 @@ const Toast = (props: Props) => {
|
||||||
|
|
||||||
const renderIcon = () => {
|
const renderIcon = () => {
|
||||||
if (!props.type) {
|
if (!props.type) {
|
||||||
return cloneElement(props.icon, { color: '$white-70' })
|
return cloneElement(props.icon, { color: '$white/70' })
|
||||||
}
|
}
|
||||||
|
|
||||||
if (props.type === 'positive') {
|
if (props.type === 'positive') {
|
||||||
|
|
Loading…
Reference in New Issue