Skip to content

Commit ed2c838

Browse files
committed
"Medium border radius" to "default border radius"
1 parent ad4622f commit ed2c838

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ features:
2424
[
2525
'.rounded',
2626
'border-radius: .25rem;',
27-
"Apply a medium border radius to all corners of an element.",
27+
"Apply the default border radius to all corners of an element.",
2828
],
2929
[
3030
'.rounded-lg',
@@ -79,22 +79,22 @@ features:
7979
[
8080
'.rounded-t',
8181
"border-top-left-radius: .25rem;\nborder-top-right-radius: .25rem;",
82-
"Apply a medium border radius to the top corners of an element.",
82+
"Apply the default border radius to the top corners of an element.",
8383
],
8484
[
8585
'.rounded-r',
8686
"border-top-right-radius: .25rem;\nborder-bottom-right-radius: .25rem;",
87-
"Apply a medium border radius to the right corners of an element.",
87+
"Apply the default border radius to the right corners of an element.",
8888
],
8989
[
9090
'.rounded-b',
9191
"border-bottom-right-radius: .25rem;\nborder-bottom-left-radius: .25rem;",
92-
"Apply a medium border radius to the bottom corners of an element.",
92+
"Apply the default border radius to the bottom corners of an element.",
9393
],
9494
[
9595
'.rounded-l',
9696
"border-top-left-radius: .25rem;\nborder-bottom-left-radius: .25rem;",
97-
"Apply a medium border radius to the left corners of an element.",
97+
"Apply the default border radius to the left corners of an element.",
9898
],
9999
[
100100
'.rounded-t-lg',
@@ -179,22 +179,22 @@ features:
179179
[
180180
'.rounded-tl',
181181
'border-top-left-radius: .25rem;',
182-
"Apply a medium border radius to the top left corner of an element.",
182+
"Apply the default border radius to the top left corner of an element.",
183183
],
184184
[
185185
'.rounded-tr',
186186
'border-top-right-radius: .25rem;',
187-
"Apply a medium border radius to the top right corner of an element.",
187+
"Apply the default border radius to the top right corner of an element.",
188188
],
189189
[
190190
'.rounded-br',
191191
'border-bottom-right-radius: .25rem;',
192-
"Apply a medium border radius to the bottom right corner of an element.",
192+
"Apply the default border radius to the bottom right corner of an element.",
193193
],
194194
[
195195
'.rounded-bl',
196196
'border-bottom-left-radius: .25rem;',
197-
"Apply a medium border radius to the bottom left corner of an element.",
197+
"Apply the default border radius to the bottom left corner of an element.",
198198
],
199199
[
200200
'.rounded-tl-lg',

0 commit comments

Comments
 (0)