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"
|
||||
style={{
|
||||
borderColor: getBorderColor("monthly"),
|
||||
cursor: "pointer",
|
||||
}}
|
||||
onClick={() => setPlan("monthly")}
|
||||
>
|
||||
@ -95,12 +96,13 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
|
||||
p="sm"
|
||||
style={{
|
||||
borderColor: getBorderColor("annual"),
|
||||
cursor: "pointer",
|
||||
}}
|
||||
onClick={() => setPlan("annual")}
|
||||
>
|
||||
<Flex justify="space-between">
|
||||
<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%
|
||||
</Badge>
|
||||
</Flex>
|
||||
@ -127,7 +129,7 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
|
||||
<List.Item>Compare Data</List.Item>
|
||||
<List.Item>Edit on Graphs</List.Item>
|
||||
<List.Item>
|
||||
<Anchor fz="sm" href="/#preview" target="_blank">
|
||||
<Anchor c="gray" fz="sm" href="/#preview" target="_blank">
|
||||
...and more
|
||||
</Anchor>
|
||||
</List.Item>
|
||||
|
@ -18,6 +18,7 @@ const theme = createTheme({
|
||||
autoContrast: true,
|
||||
fontSmoothing: false,
|
||||
respectReducedMotion: true,
|
||||
cursorType: "pointer",
|
||||
primaryShade: 8,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user