Skip to content

Commit

Permalink
Adjust colors
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik committed Aug 30, 2024
1 parent 6cf709c commit 276decb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/Module/components/SchemaError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { warning } from "@/icons/warning";

export function ModuleSchemaError() {
return (
<div className="flex items-center gap-3 bg-brand-500/50 px-4 py-4 dark:bg-brand-800">
<div className="flex items-center gap-3 bg-brand-150 px-4 py-4 dark:bg-brand-800">
<Icon
path={warning}
className="size-em text-brand-800 dark:text-brand-600"
className="size-em text-brand-700 dark:text-brand-600"
/>
We were unable to parse the schema for this module.
</div>
Expand Down

0 comments on commit 276decb

Please sign in to comment.