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