Updated the style of the buttons
This commit is contained in:
4
src/constants/buttonStyles.tsx
Normal file
4
src/constants/buttonStyles.tsx
Normal 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";
|
||||
Reference in New Issue
Block a user