5 lines
313 B
TypeScript
5 lines
313 B
TypeScript
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";
|