File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ export const SquircleDemoSection = () => {
17
17
</ span > { " " }
18
18
< Squircle
19
19
as = "span"
20
- className = "bg-black text-white pl-8 pr-8 pt-2 pb-2 text-6xl sm:text-inherit"
20
+ className = "bg-black pl-8 pr-8 pt-2 pb-2 text-6xl sm:text-inherit"
21
21
cornerRadius = { cornerRadius }
22
22
cornerSmoothing = { cornerSmoothing }
23
23
>
24
- Element
24
+ < span className = "text-white" > Element</ span >
25
25
</ Squircle >
26
26
< br />
27
27
for{ " " }
@@ -43,6 +43,9 @@ export const SquircleDemoSection = () => {
43
43
</ Squircle > { " " }
44
44
to build your own components.
45
45
< br />
46
+ If you < span className = "font-bold" > don't know what a squircle is</ span > ,
47
+ read more below.
48
+ < br />
46
49
Available in < span className = "font-bold" > React</ span > , and coming to
47
50
other frontend frameworks soon!
48
51
</ div >
You can’t perform that action at this time.
0 commit comments