EQWorks / widget-studio

Widget-creating tool for charts, maps, tables, stats
https://eqworks.github.io/widget-studio/
2 stars 3 forks source link

[G2M] Widget - add custom color prop #203

Closed geoerika closed 1 year ago

geoerika commented 1 year ago

Changes:

Widget


export const CUSTOM_COLORS = {
  chart: ['#004C86', '#CF7047'],
  map: {
    baseColor: '#004C86',
    targetLayerColor:  '#CF7047',
    iconColor: '#CF7047',
  },
}

Test Story

Closes #202

github-actions[bot] commented 1 year ago

📚 Storybook preview (updated to a1a7a004b5aed1f164b908a9d040faa1d8ff2a89)