We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994debf commit dcacbcdCopy full SHA for dcacbcd
components/dashboard/src/index.css
@@ -53,7 +53,7 @@
53
54
@layer components {
55
button {
56
- @apply cursor-pointer px-4 py-2 my-auto bg-green-600 dark:bg-green-700 hover:bg-green-700 dark:hover:bg-green-600 text-gray-100 dark:text-green-100 text-sm font-medium rounded-md focus:outline-none focus:ring transition ease-in-out;
+ @apply cursor-pointer px-3 py-1.5 my-auto bg-blue-500 hover:bg-blue-600 text-blue-50 text-sm font-medium rounded-md focus:outline-none focus:ring transition ease-in-out;
57
}
58
button.secondary {
59
@apply bg-gray-100 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-600 text-gray-500 dark:text-gray-100 hover:text-gray-600;
0 commit comments