Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 0991c1b

Browse files
committed
feat: change icon color and headings
1 parent 6706966 commit 0991c1b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

website/src/pages/index.vue

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@
2222
<CFlex align-items="center" mb="5">
2323
<CFlex
2424
justify-content="center"
25-
color="white"
2625
align-items="center"
2726
mr="5"
2827
bg="vue.400"
2928
w="50px"
3029
h="50px"
3130
rounded="full"
3231
>
33-
<IconAccessibilityAlt class="icon" />
32+
<IconAccessibilityAlt />
3433
</CFlex>
35-
<chakra.h4 size="md"> Accessible </chakra.h4>
34+
<chakra.h2 font-size="md"> Accessible </chakra.h2>
3635
</CFlex>
3736
Chakra UI strictly follows WAI-ARIA standards. All components come
3837
with proper attributes and keyboard interactions out of the box.
@@ -41,17 +40,16 @@
4140
<CFlex align-items="center" mb="5">
4241
<CFlex
4342
justify-content="center"
44-
color="white"
4543
align-items="center"
4644
mr="5"
4745
bg="vue.400"
4846
w="50px"
4947
h="50px"
5048
rounded="full"
5149
>
52-
<ColorPalette class="icon" />
50+
<ColorPalette />
5351
</CFlex>
54-
<chakra.h4 size="md"> Themeable </chakra.h4>
52+
<chakra.h2 font-size="md"> Themeable </chakra.h2>
5553
</CFlex>
5654
Quickly and easily reference values from your theme throughout your
5755
entire application, on any component.
@@ -60,17 +58,16 @@
6058
<CFlex align-items="center" mb="5">
6159
<CFlex
6260
justify-content="center"
63-
color="white"
6461
align-items="center"
6562
mr="5"
6663
bg="vue.400"
6764
w="50px"
6865
h="50px"
6966
rounded="full"
7067
>
71-
<Cube class="icon" />
68+
<Cube />
7269
</CFlex>
73-
<chakra.h4 size="md"> Composable </chakra.h4>
70+
<chakra.h2 font-size="md"> Composable </chakra.h2>
7471
</CFlex>
7572
Components were built with composition in mind. You can leverage any
7673
component to create new things.

0 commit comments

Comments
 (0)