mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 05:25:41 +00:00
style: fix
This commit is contained in:
@@ -70,7 +70,7 @@ export function AlertBox({
|
|||||||
|
|
||||||
export function StepLabel({ children }: { children: ReactNode }) {
|
export function StepLabel({ children }: { children: ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<Text size="xs" fw={600} tt="uppercase" c="dimmed" className="tracking-wide">
|
<Text size="sm" fw={600} tt="uppercase" c="dimmed" className="tracking-wide">
|
||||||
{children}
|
{children}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
@@ -120,7 +120,6 @@ export function SelectField({
|
|||||||
onChange={(v) => field.onChange(v ?? "")}
|
onChange={(v) => field.onChange(v ?? "")}
|
||||||
onBlur={field.onBlur}
|
onBlur={field.onBlur}
|
||||||
error={error?.message}
|
error={error?.message}
|
||||||
radius="md"
|
|
||||||
allowDeselect={false}
|
allowDeselect={false}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -91,10 +91,10 @@ export const mantineTheme = createTheme({
|
|||||||
|
|
||||||
fontSizes: {
|
fontSizes: {
|
||||||
xs: "12px",
|
xs: "12px",
|
||||||
sm: "13px",
|
sm: "14px",
|
||||||
md: "14px",
|
md: "16px",
|
||||||
lg: "16px",
|
lg: "20px",
|
||||||
xl: "18px",
|
xl: "24px",
|
||||||
},
|
},
|
||||||
|
|
||||||
lineHeights: {
|
lineHeights: {
|
||||||
|
|||||||
Reference in New Issue
Block a user