Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 30b6d7c

Browse files
author
Mojtabaa.H.N
committed
fix: cancel button styles
1 parent ec5d8b6 commit 30b6d7c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

frontend/src/tailwind.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
@apply border border-gray-300 dark:border-gray-600 rounded-lg text-gray-700 dark:text-gray-200 cursor:bg-blue-50 dark:cursor:bg-gray-800 cursor:border-blue-600 dark:cursor:border-blue-300 cursor:text-blue-600 dark:cursor:text-blue-300 px-3 py-1
3030
}
3131

32+
.form-cancel {
33+
@apply rounded-lg font-bold px-5 py-2 text-gray-700 mr-4
34+
}
35+
3236
::-webkit-scrollbar {
3337
width: 8px;
3438
}

0 commit comments

Comments
 (0)