LuisValgoi / ui5-webcomponents-react-seed

Seed of UI5 Web Components for React
12 stars 1 forks source link

[Issue-58] Change Colors / Theme Programmatically #77

Closed lpohren closed 3 years ago

lpohren commented 3 years ago

Description

I created a new dialog to switch the application Theme. The name of the component is LanguageSwitchDialog and it pops up when clicking in the Theme Switch button in the user settings dropdown. Once the Dialog is opened, the user is able to select any of the 5 themes which are supported by the WC React Framework. sap_fiori_hcw and sap_fiori_hcb are also available by the framework, but I did not added them since sap_fiori_3_hcb and sap_fiori_3_hcw already offer a similar theme. 2020-10-07_17-22-04

Config

Are you adding a configuration file?

Are you adding a new feature

Testing

Automated Tests

References