Skip to content

Commit

Permalink
make the success button color scheme darker to easier read text and b…
Browse files Browse the repository at this point in the history
…utton stand out better for overall improved ux
  • Loading branch information
roncodes committed Jul 16, 2024
1 parent fa277fd commit 74132b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/styles/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ a.btn.fb-button-success,
a.btn.btn-success,
.fc-button.btn-success,
.ui-full-calendar .fc-button.btn-success {
@apply text-white bg-green-500 border-green-600 shadow-sm;
@apply text-white bg-green-700 border-green-600 shadow-sm;
}

.btn.fb-button-success:hover:not(:disabled),
Expand Down

0 comments on commit 74132b3

Please sign in to comment.