mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 14:20:52 +01:00
Fix navigator icons (#137)
Co-authored-by: Snaiker <steveraki2000@gmail.com>
This commit is contained in:
parent
e1b9347066
commit
506fec2f61
@ -61,8 +61,8 @@ export const NavigatorSearchResultView: FC<NavigatorSearchResultViewProps> = pro
|
||||
<Column className="bg-white rounded border border-muted" gap={ 0 }>
|
||||
<Flex fullWidth alignItems="center" justifyContent="between" className="px-2 py-1">
|
||||
<Flex grow pointer alignItems="center" gap={ 1 } onClick={ event => setIsExtended(prevValue => !prevValue) }>
|
||||
{ isExtended && <FaPlus className="text-secondary fa-icon" /> }
|
||||
{ !isExtended && <FaMinus className="text-secondary fa-icon" /> }
|
||||
{ isExtended && <FaMinus className="text-secondary fa-icon" /> }
|
||||
{ !isExtended && <FaPlus className="text-secondary fa-icon" /> }
|
||||
<Text>{ LocalizeText(getResultTitle()) }</Text>
|
||||
</Flex>
|
||||
<Flex gap={ 2 }>
|
||||
|
Loading…
Reference in New Issue
Block a user