Skip to content

Commit 4a806dc

Browse files
committed
Improve border radius side docs
1 parent af31dc5 commit 4a806dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/docs/border-radius.blade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ Use the `.rounded-t`, `.rounded-r`, `.rounded-b`, or `.rounded-l` utilities to o
143143
<div class="bg-grey-light mr-3 p-4 rounded-lg rounded-b">.rounded-b</div>
144144
<div class="bg-grey-light p-4 rounded-lg rounded-l">.rounded-l</div>
145145
@slot('code')
146-
<div class="rounded-t"></div>
147-
<div class="rounded-r"></div>
148-
<div class="rounded-b"></div>
149-
<div class="rounded-l"></div>
146+
<div class="rounded-lg rounded-t"></div>
147+
<div class="rounded-lg rounded-r"></div>
148+
<div class="rounded-lg rounded-b"></div>
149+
<div class="rounded-lg rounded-l"></div>
150150
@endslot
151151
@endcomponent
152152

0 commit comments

Comments
 (0)