Skip to content

Commit

Permalink
Merge pull request #7625 from ProcessMaker/bugfix/FOUR-19814
Browse files Browse the repository at this point in the history
FOUR-19814:UI: The boton Cancel does not have the correct styles
  • Loading branch information
ryancooley authored Oct 25, 2024
2 parents 6eac7fd + ce0fb4c commit 0dd79a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/cases/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ class="tw-w-full"
<li class="tw-flex tw-items-center tw-justify-center">
<button
type="button"
class="tw-w-full tw-border tw-border-gray-300 tw-px-3 tw-py-2 tw-shadow-sm tw-rounded-md"
class="tw-flex tw-justify-center tw-items-center tw-gap-2
tw-w-full tw-border tw-border-solid tw-border-gray-300 tw-px-3 tw-py-2 tw-shadow-sm tw-rounded-md tw-text-gray-600
tw-bg-gradient-to-b tw-from-white tw-to-transparent tw-via-white/5 tw-bg-gray-50"
aria-haspopup="dialog"
@click="onCancel"
>
Expand Down

0 comments on commit 0dd79a6

Please sign in to comment.