mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 02:30:55 +00:00
style: use the proper primary color
This commit is contained in:
@@ -240,7 +240,7 @@ const RuleEngineFormDialog = ({
|
||||
checked={Boolean(values[field.name])}
|
||||
onChange={(e) => setField(field.name, e.currentTarget.checked)}
|
||||
size="md"
|
||||
color="green"
|
||||
color="edr-green"
|
||||
/>
|
||||
</Group>
|
||||
);
|
||||
@@ -387,7 +387,7 @@ const RuleEngineFormDialog = ({
|
||||
) : undefined
|
||||
}
|
||||
radius="md"
|
||||
color="green"
|
||||
color="edr-green"
|
||||
variant="filled"
|
||||
fw={600}
|
||||
size="md"
|
||||
|
||||
Reference in New Issue
Block a user