mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update iconColor prop type to include undefined
This commit is contained in:
@@ -10,7 +10,7 @@ export interface ComponentProps {
|
||||
icon: IconProp;
|
||||
description: string;
|
||||
onClick: () => void;
|
||||
iconColor?: string; // Tailwind color name like "blue", "purple", "amber"
|
||||
iconColor?: string | undefined; // Tailwind color name like "blue", "purple", "amber"
|
||||
}
|
||||
|
||||
const NavBarMenuItem: FunctionComponent<ComponentProps> = (
|
||||
|
||||
Reference in New Issue
Block a user