mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
chore: fix icon size
This commit is contained in:
parent
17c839d59c
commit
ce26d8faf5
@ -157,7 +157,7 @@ export const Features = () => {
|
||||
<Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder>
|
||||
<Flex align="center" gap={8} mb={16}>
|
||||
<ThemeIcon color="grape" variant="light" size="lg" radius="md">
|
||||
<MdOutlineGeneratingTokens size={24} />
|
||||
<MdOutlineGeneratingTokens size={20} />
|
||||
</ThemeIcon>
|
||||
<Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}>
|
||||
Generate Code and Schemas
|
||||
@ -180,7 +180,7 @@ export const Features = () => {
|
||||
<Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder>
|
||||
<Flex align="center" gap={8} mb={16}>
|
||||
<ThemeIcon color="indigo" variant="light" size="lg" radius="md">
|
||||
<FaToolbox size={24} />
|
||||
<FaToolbox size={20} />
|
||||
</ThemeIcon>
|
||||
<Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}>
|
||||
Advanced JSON Tools
|
||||
@ -204,7 +204,7 @@ export const Features = () => {
|
||||
<Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder>
|
||||
<Flex align="center" gap={8} mb={16}>
|
||||
<ThemeIcon color="lime" variant="light" size="lg" radius="md">
|
||||
<GrSearchAdvanced size={24} />
|
||||
<GrSearchAdvanced size={20} />
|
||||
</ThemeIcon>
|
||||
<Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}>
|
||||
Edit, Search, and Analyze
|
||||
|
Loading…
x
Reference in New Issue
Block a user