We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e53a95 commit 3e3d9d9Copy full SHA for 3e3d9d9
src/components/utils.tsx
@@ -204,5 +204,5 @@ export const VerticalDash = () => {
204
const { primaryColor } = useContext(DatepickerContext);
205
const bgColor = BG_COLOR["500"][primaryColor as keyof (typeof BG_COLOR)["500"]];
206
207
- return <div className={`bg-blue-500 h-7 w-1 rounded-full hidden md:block ${bgColor}`} />;
+ return <div className={`h-7 w-1 rounded-full hidden md:block ${bgColor || "bg-blue-500"}`} />;
208
};
0 commit comments