visual improvements

This commit is contained in:
daniel31x13
2023-12-07 12:29:45 -05:00
parent 93e4897c0b
commit e6979d4e75
23 changed files with 110 additions and 51 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export default function SubmitButton({
return (
<button
type={type ? type : undefined}
className={`btn btn-accent text-white tracking-wider w-fit flex items-center gap-2 ${
className={`btn btn-accent dark:border-violet-400 text-white tracking-wider w-fit flex items-center gap-2 ${
className || ""
}`}
onClick={() => {