chore: fix icon size

This commit is contained in:
AykutSarac 2024-08-06 13:16:25 +03:00
parent 17c839d59c
commit ce26d8faf5
No known key found for this signature in database

View File

@ -157,7 +157,7 @@ export const Features = () => {
<Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder> <Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder>
<Flex align="center" gap={8} mb={16}> <Flex align="center" gap={8} mb={16}>
<ThemeIcon color="grape" variant="light" size="lg" radius="md"> <ThemeIcon color="grape" variant="light" size="lg" radius="md">
<MdOutlineGeneratingTokens size={24} /> <MdOutlineGeneratingTokens size={20} />
</ThemeIcon> </ThemeIcon>
<Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}> <Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}>
Generate Code and Schemas Generate Code and Schemas
@ -180,7 +180,7 @@ export const Features = () => {
<Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder> <Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder>
<Flex align="center" gap={8} mb={16}> <Flex align="center" gap={8} mb={16}>
<ThemeIcon color="indigo" variant="light" size="lg" radius="md"> <ThemeIcon color="indigo" variant="light" size="lg" radius="md">
<FaToolbox size={24} /> <FaToolbox size={20} />
</ThemeIcon> </ThemeIcon>
<Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}> <Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}>
Advanced JSON Tools Advanced JSON Tools
@ -204,7 +204,7 @@ export const Features = () => {
<Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder> <Paper h="100%" p="lg" radius="md" bg="gray.0" withBorder>
<Flex align="center" gap={8} mb={16}> <Flex align="center" gap={8} mb={16}>
<ThemeIcon color="lime" variant="light" size="lg" radius="md"> <ThemeIcon color="lime" variant="light" size="lg" radius="md">
<GrSearchAdvanced size={24} /> <GrSearchAdvanced size={20} />
</ThemeIcon> </ThemeIcon>
<Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}> <Title order={3} c="gray.9" fz={{ base: 16, md: 16, lg: 22, xl: 24 }} fw={500}>
Edit, Search, and Analyze Edit, Search, and Analyze