mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-30 21:32:14 +08:00
fixup! fix: flipper error #9850
This commit is contained in:
@@ -78,6 +78,8 @@ const Row = styled.button<{ selected: boolean; faded: boolean }>((props) => ({
|
||||
'border': 0,
|
||||
'boxShadow': `inset 0 -1px 0 0 ${theme.dividerColor}`,
|
||||
'width': '100%',
|
||||
'cursor': 'pointer',
|
||||
|
||||
'&:hover': {
|
||||
backgroundColor: props.selected
|
||||
? theme.primaryColor
|
||||
|
||||
Reference in New Issue
Block a user