mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-02-24 01:38:40 +00:00
fix toast icon color (#516)
* fix toast icon color * Create real-days-exist.md
This commit is contained in:
parent
70cb660cd2
commit
f6b7ca3a7e
5
.changeset/real-days-exist.md
Normal file
5
.changeset/real-days-exist.md
Normal file
@ -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…
x
Reference in New Issue
Block a user