mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-02-05 21:33:48 +00:00
parent
47d5316480
commit
a159ac946c
5
.changeset/bright-falcons-arrive.md
Normal file
5
.changeset/bright-falcons-arrive.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@status-im/components': patch
|
||||
---
|
||||
|
||||
fix Tab icons color
|
@ -111,7 +111,10 @@ const TabsTrigger = (props: TriggerProps, ref: Ref<View>) => {
|
||||
active={selected}
|
||||
>
|
||||
{props.type === 'icon' &&
|
||||
cloneElement(props.icon, { size: iconSizes[size] })}
|
||||
cloneElement(props.icon, {
|
||||
size: iconSizes[size],
|
||||
color,
|
||||
})}
|
||||
|
||||
{props.type === 'step' && <Step type="complete" value={props.step} />}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user