Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C catalog.genesys-pgr.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Genesys Catalog
  • catalog.genesys-pgr.org
  • Issues
  • #170
Closed
Open
Created Jan 15, 2018 by Matija Obreza@mobrezaOwner

Theme primary, secondary colors not defined

Please update src/ui/theme.ts with primary and secondary colors that match the Catalog scheme -- find a scheme that works using http://mcg.mbitson.com to generate const for material-ui-next:

const genesysPrimary = {
  50: '#123456',
  100: '#234567',
  ...
  light: '#654321',
  dark: '#321456',
  contrastText: '432432',
};
...

and then

export const muiTheme = createMuiTheme({
  palette: {
    primary: genesysPrimary,
    secondary: genesysSecondary,
  },
});

After your updates, the login form should already use Genesys Catalog colors:

Screen_Shot_2018-01-15_at_20.20.17

Example: the focused field "Username" would be dark green (or what you picked)

Edited Jan 15, 2018 by Matija Obreza
Assignee
Assign to
Time tracking