Skip to content

Commit

Permalink
Improve card border
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Aug 30, 2023
1 parent d660885 commit cb3affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/card.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div {{ $attributes->merge(['class' => 'flex flex-col p-6 bg-white rounded-lg border border-gray-200']) }}>
<div {{ $attributes->merge(['class' => 'flex flex-col p-6 bg-white rounded-lg shadow-sm ring-1 ring-gray-900/5']) }}>
<div class="flex items-center justify-between">
{{ $title }}
</div>
Expand Down

0 comments on commit cb3affa

Please sign in to comment.