fix toast icon color (#516)

* fix toast icon color

* Create real-days-exist.md
This commit is contained in:
Felicio Mununga 2023-12-15 14:23:46 +01:00 committed by GitHub
parent 70cb660cd2
commit f6b7ca3a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@status-im/components": patch
---
fix toast icon color

View File

@ -26,7 +26,7 @@ const Toast = (props: Props) => {
const renderIcon = () => {
if (!props.type) {
return cloneElement(props.icon, { color: '$white-70' })
return cloneElement(props.icon, { color: '$white/70' })
}
if (props.type === 'positive') {