mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
fix styling
This commit is contained in:
parent
74c24959a9
commit
92a8e9f116
@ -83,6 +83,7 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
|
|||||||
px="sm"
|
px="sm"
|
||||||
style={{
|
style={{
|
||||||
borderColor: getBorderColor("monthly"),
|
borderColor: getBorderColor("monthly"),
|
||||||
|
cursor: "pointer",
|
||||||
}}
|
}}
|
||||||
onClick={() => setPlan("monthly")}
|
onClick={() => setPlan("monthly")}
|
||||||
>
|
>
|
||||||
@ -95,12 +96,13 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
|
|||||||
p="sm"
|
p="sm"
|
||||||
style={{
|
style={{
|
||||||
borderColor: getBorderColor("annual"),
|
borderColor: getBorderColor("annual"),
|
||||||
|
cursor: "pointer",
|
||||||
}}
|
}}
|
||||||
onClick={() => setPlan("annual")}
|
onClick={() => setPlan("annual")}
|
||||||
>
|
>
|
||||||
<Flex justify="space-between">
|
<Flex justify="space-between">
|
||||||
<Radio value="annual" label="Annual" size="xs" />
|
<Radio value="annual" label="Annual" size="xs" />
|
||||||
<Badge color="blue" size="xs" radius="sm">
|
<Badge variant="light" color="blue" size="xs" radius="sm">
|
||||||
Save 16%
|
Save 16%
|
||||||
</Badge>
|
</Badge>
|
||||||
</Flex>
|
</Flex>
|
||||||
@ -127,7 +129,7 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
|
|||||||
<List.Item>Compare Data</List.Item>
|
<List.Item>Compare Data</List.Item>
|
||||||
<List.Item>Edit on Graphs</List.Item>
|
<List.Item>Edit on Graphs</List.Item>
|
||||||
<List.Item>
|
<List.Item>
|
||||||
<Anchor fz="sm" href="/#preview" target="_blank">
|
<Anchor c="gray" fz="sm" href="/#preview" target="_blank">
|
||||||
...and more
|
...and more
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
|
@ -18,6 +18,7 @@ const theme = createTheme({
|
|||||||
autoContrast: true,
|
autoContrast: true,
|
||||||
fontSmoothing: false,
|
fontSmoothing: false,
|
||||||
respectReducedMotion: true,
|
respectReducedMotion: true,
|
||||||
|
cursorType: "pointer",
|
||||||
primaryShade: 8,
|
primaryShade: 8,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user