fix button color

This commit is contained in:
Believethehype 2024-01-31 20:28:29 +01:00
parent d2708508c9
commit d38a7cf183

View File

@ -516,7 +516,7 @@ const submitHandler = async () => {
<style scoped>
.zap-Button{
@apply btn hover:bg-amber-400 border-amber-400 text-accent-content;
@apply btn hover:bg-amber-400 border-amber-400 text-base;
bottom: 0;
}