Skip to content

Commit

Permalink
Merge pull request #468 from EyeSeeTea/feature/create-wizard-framework
Browse files Browse the repository at this point in the history
Add wizard UI
  • Loading branch information
MiquelAdell authored Nov 18, 2024
2 parents dc05678 + b20ac1b commit c813bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webapp/pages/app/themes/dhis2.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { createTheme } from "@material-ui/core/styles";
const colors = {
accentPrimary: "#fd5a00",
accentPrimaryDark: "#d14b00",
accentPrimaryLight: "#63A4FF",
accentPrimaryLightest: "#EAF4FF",
accentPrimaryLight: "#ff9b63",
accentPrimaryLightest: "#fff2ea",

accentSecondary: "#fb8c00",
accentSecondaryLight: "#f57c00",
Expand All @@ -21,7 +21,7 @@ const colors = {
white: "#FFFFFF", // Not included in palette!

negative: "#E53935",
warning: "#F19C02",
warning: "#f1c902",
positive: "#3D9305",
info: "#EAF4FF",
};
Expand Down

0 comments on commit c813bd4

Please sign in to comment.