feat: styles and mark tasks

This commit is contained in:
2025-04-15 12:43:53 +03:00
parent 3d4858bcbb
commit af335ab4a8
10 changed files with 54 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
@reference '../../index.scss';
.button {
@apply rounded-[23px] px-4 py-3 text-xl text-black shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] transition-colors hover:cursor-pointer;
@apply rounded-4xl px-4 py-3 text-xl text-black shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] transition-colors hover:cursor-pointer;
}