Skip to content

Commit b48ca42

Browse files
committed
Fix rounded borders in alert examples
1 parent a9c5fb2 commit b48ca42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/docs/examples/alerts.blade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ title: "Alerts"
4444

4545
@component('_partials.code-sample', ['lang' => 'html'])
4646
<div>
47-
<div class="bg-red text-white font-bold rounded-t px-4 py-2">
47+
<div class="bg-red text-white font-bold rounded rounded-t px-4 py-2">
4848
Danger
4949
</div>
50-
<div class="border border-t-0 border-red-light rounded-b bg-red-lightest px-4 py-3 text-red-dark">
50+
<div class="border border-t-0 border-red-light rounded rounded-b bg-red-lightest px-4 py-3 text-red-dark">
5151
<p>Something not ideal might be happening.</p>
5252
</div>
5353
</div>
@@ -67,7 +67,7 @@ title: "Alerts"
6767
### Top Accent Border
6868

6969
@component('_partials.code-sample', ['lang' => 'html'])
70-
<div class="bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md">
70+
<div class="bg-teal-lightest border-t-4 border-teal rounded rounded-b text-teal-darkest px-4 py-3 shadow-md">
7171
<div class="flex">
7272
<svg class="h-6 w-6 text-teal mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z"/></svg>
7373
<div>

0 commit comments

Comments
 (0)