Skip to content

Commit

Permalink
style(App.vue): update secondary-button class styles
Browse files Browse the repository at this point in the history
The styles for the secondary-button class have been updated to use a darker background color (dark:bg-zinc-800) to improve visibility.
  • Loading branch information
lyqht committed Aug 6, 2023
1 parent a3e7124 commit a9596f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ function uploadImage() {
}
.secondary-button {
@apply outline-none p-1.5 bg-zinc-50 dark:bg-zinc-900 text-zinc-900 dark:text-zinc-100 shadow-md hover:shadow transition-shadow rounded-lg;
@apply outline-none p-1.5 bg-zinc-50 dark:bg-zinc-800 text-zinc-900 dark:text-zinc-100 shadow-md hover:shadow transition-shadow rounded-lg;
@apply focus-visible:shadow-md dark:focus-visible:ring-1 focus-visible:ring-white;
}
</style>

0 comments on commit a9596f4

Please sign in to comment.