Skip to content

Commit

Permalink
fix border color
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 21, 2023
1 parent d65d96b commit f307824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/next/src/app/css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const button =
"hover:bg-slate-200 dark:hover:bg-slate-600 text-slate-900 dark:text-white border border-text-slate-900 dark:border-text-white py-2 px-4 rounded focus:outline-2 cursor-pointer";
"hover:bg-slate-200 dark:hover:bg-slate-600 text-slate-900 dark:text-white border border-slate-900 dark:border-white py-2 px-4 rounded focus:outline-2 cursor-pointer";

export const form = "max-w-md grid grid-cols-1 gap-6";

Expand Down

0 comments on commit f307824

Please sign in to comment.