Skip to content

Commit

Permalink
Update gray button style
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 11, 2024
1 parent f57ea14 commit 1bc3d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const style = {
return `${this.raw} text-zinc-700 bg-zinc-100 border-zinc-100 hover:brightness-95`;
},
get gray() {
return this.light.replaceAll('zinc-100', 'zinc-200');
return this.light.replaceAll('zinc-100', 'neutral-200');
},
get outlined() {
return `${this.raw} text-zinc-700 bg-zinc-100 border-zinc-600 hover:brightness-95`;
Expand Down

0 comments on commit 1bc3d54

Please sign in to comment.