parent
47d5316480
commit
a159ac946c
|
@ -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…
Reference in New Issue