Skip to content

Commit ca8a85d

Browse files
authored
Update primary button color
1 parent 994debf commit ca8a85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
@layer components {
5555
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;
56+
@apply cursor-pointer px-4 py-2 my-auto bg-blue-500 hover:bg-blue-600 text-blue-50 text-sm font-medium rounded-xl focus:outline-none focus:ring transition ease-in-out;
5757
}
5858
button.secondary {
5959
@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

Comments
 (0)