We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d680ab commit ff42c2dCopy full SHA for ff42c2d
docs/configuration/setup.md
@@ -20,7 +20,7 @@ For example, to change the theme, the implementation would look like this:
20
```abap
21
METHOD z2ui5_if_exit~set_config_http_get.
22
23
- cs_config-theme = `sap_belize`.
+ cs_config-theme = `sap_horizon_dark`.
24
25
ENDMETHOD.
26
```
0 commit comments