We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c4716b + 3861dcb commit 8ef115aCopy full SHA for 8ef115a
src/components/Calendar/index.tsx
@@ -242,7 +242,7 @@ const Calendar: React.FC<Props> = ({
242
);
243
244
return (
245
- <div className="w-full md:w-[297px] md:min-w-[297px]">
+ <div className="w-full md:w-[296px] md:min-w-[296px]">
246
<div className="flex items-center space-x-1.5 border border-gray-300 dark:border-gray-700 rounded-md px-2 py-1.5">
247
{!showMonths && !showYears && (
248
<div className="flex-none">
0 commit comments