Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

feat: UI changes from configuration #23

Open Shruti3004 opened 1 year ago

Shruti3004 commented 1 year ago

Description

Adding a Spec-driven UI changes. Currently, for any instance we have to replace all the primary, secondary and tertiary colours values in the code. Instead it should be the part of config. The config can look like:


{
    "primaryColor": "#F34621",
    "secondaryColor": "#F34621"
    "backgroundColor": "#F34621"
    "fontFamily": "#F34621"
}