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 cab259d commit 419ce87Copy full SHA for 419ce87
src/components/Calendar/Days.tsx
@@ -204,7 +204,7 @@ const Days: React.FC<Props> = ({
204
);
205
206
const buttonClass = useCallback(
207
- (day: number, type: "current" | "previous" | "next") => {
+ (day: number, type: "current" | "next" | "previous") => {
208
const baseClass = "flex items-center justify-center w-12 h-12 lg:w-10 lg:h-10";
209
return cn(
210
baseClass,
0 commit comments