Updated the style of the buttons

This commit is contained in:
Tiago Ribeiro
2023-03-07 18:35:16 +00:00
parent 94065e453f
commit 84839c8bc9
3 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
export const infoButtonStyle =
"bg-blue-500 bg-opacity-50 hover:bg-opacity-100 hover:bg-blue-500 border-blue-500 border-2 hover:border-blue-500 text-white";
export const errorButtonStyle =
"bg-red-500 bg-opacity-50 hover:bg-opacity-100 hover:bg-red-500 border-red-500 border-2 hover:border-red-500 text-white";