Update button styles in Calendar component to use neon effect for enhanced visual appeal
This commit is contained in:
@@ -158,9 +158,8 @@ export default function Calendar() {
|
||||
{/* Add button */}
|
||||
<button
|
||||
className={cn(
|
||||
styles.button.icon,
|
||||
styles.button.iconNeon,
|
||||
"mt-2 w-full flex items-center justify-center gap-2",
|
||||
styles.utility.glowSoft
|
||||
)}
|
||||
onClick={() => {
|
||||
console.log('Add task clicked for', day.name);
|
||||
|
||||
Reference in New Issue
Block a user