Good Day,
How do I change the set colour of components (e.g. Input Field, Data Table), for example the outline of the Input Field changes to blue when used.
Kind Regards
Donovan
Good Day,
How do I change the set colour of components (e.g. Input Field, Data Table), for example the outline of the Input Field changes to blue when used.
Kind Regards
Donovan
Hello @Donovan_Hardwick
Please go to Open SDK Style (UI Builder → THEME → EDITOR → Open SDK Style), variables for all components are described there.
To change the outline of the Input field:
@inputOutlinedBorderHover: 4px solid blue;
@inputOutlinedBorderActive: 4px solid blue;
Regards,
Vladimir