feat(directory): add color to fast navigation
This commit is contained in:
@@ -55,6 +55,7 @@ export default function Dropdown(props) {
|
||||
props.onClick(item)
|
||||
toggleDropdown()
|
||||
}}
|
||||
style={item.color ? { color: item.color } : {}}
|
||||
>
|
||||
{
|
||||
item.icon ? (
|
||||
|
||||
Reference in New Issue
Block a user