Skip to content

Commit

Permalink
Update light button style
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 11, 2024
1 parent 1aded52 commit 4938d2d
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 @@ -39,7 +39,7 @@ const style = {
return `${this.raw} text-zinc-100 bg-zinc-600 border-zinc-600 hover:bg-zinc-700 hover:border-zinc-700`;
},
get light() {
return `${this.raw} text-zinc-700 bg-zinc-200 border-zinc-200 hover:brightness-95`;
return `${this.raw} text-zinc-700 bg-zinc-100 border-zinc-100 hover:brightness-95`;
},
get outlined() {
return `${this.raw} text-zinc-700 bg-zinc-100 border-zinc-600 hover:brightness-95`;
Expand Down

0 comments on commit 4938d2d

Please sign in to comment.