fixup! fix: flipper error #9850

This commit is contained in:
Kyle Fang
2021-09-23 22:10:22 +08:00
parent 51cb4ce73b
commit 78322fbfab

View File

@@ -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