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 */}
|
{/* Add button */}
|
||||||
<button
|
<button
|
||||||
className={cn(
|
className={cn(
|
||||||
styles.button.icon,
|
styles.button.iconNeon,
|
||||||
"mt-2 w-full flex items-center justify-center gap-2",
|
"mt-2 w-full flex items-center justify-center gap-2",
|
||||||
styles.utility.glowSoft
|
|
||||||
)}
|
)}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
console.log('Add task clicked for', day.name);
|
console.log('Add task clicked for', day.name);
|
||||||
|
|||||||
Reference in New Issue
Block a user