parent
75ef1c2d39
commit
45be34b103
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@status-im/components': patch
|
||||
---
|
||||
|
||||
set TabsTrigger cursor
|
|
@ -140,7 +140,8 @@ export type { Props as TabsProps }
|
|||
|
||||
const TriggerBase = styled(View, {
|
||||
name: 'Trigger',
|
||||
role: 'button',
|
||||
role: 'tab',
|
||||
cursor: 'pointer',
|
||||
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
|
@ -163,6 +164,7 @@ const TriggerBase = styled(View, {
|
|||
},
|
||||
active: {
|
||||
true: {
|
||||
cursor: 'default',
|
||||
backgroundColor: '$neutral-50',
|
||||
},
|
||||
false: {
|
||||
|
|
Loading…
Reference in New Issue