Skip to content

Commit

Permalink
FOUR-19814:UI: The boton Cancel does not have the correct styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Oct 24, 2024
1 parent af235d6 commit 2d19e3a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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 Expand Up @@ -166,5 +168,12 @@ class="tw-grow tw-overflow-hidden"
text-transform: uppercase;
margin-bottom: 0.5rem;
}
.btn-outline-custom {
border-radius: 4px;
border: 1px solid var(--borders, #CDDDEE);
background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 0%) 100%), #fbfbfb;
box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.10);
color: var(--text-only, #556271);
}
</style>
@endsection

0 comments on commit 2d19e3a

Please sign in to comment.