Skip to content

Commit

Permalink
Switch to Horizon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Jul 13, 2023
1 parent f139d5a commit bbfaefc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ framework:
- name: sap.f
- name: sap.m
- name: sap.ui.core
- name: themelib_sap_fiori_3
- name: themelib_sap_horizon
server:
customMiddleware:
- name: "@ui5/middleware-code-coverage"
Expand Down
2 changes: 1 addition & 1 deletion webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
src="resources/sap-ui-core.js"
data-sap-ui-libs="sap.m"
data-sap-ui-xx-waitForTheme="true"
data-sap-ui-theme="sap_fiori_3"
data-sap-ui-theme="sap_horizon"
data-sap-ui-resourceRoots='{
"sap.ui.demo.todo": "./"
}'
Expand Down
2 changes: 1 addition & 1 deletion webapp/test/integration/opaTests.qunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script id="sap-ui-bootstrap"
src="../../resources/sap-ui-core.js"
data-sap-ui-theme="sap_fiori_3"
data-sap-ui-theme="sap_horizon"
data-sap-ui-resourceroots='{
"sap.ui.demo.todo": "../../"
}'
Expand Down
2 changes: 1 addition & 1 deletion webapp/test/unit/unitTests.qunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<script id="sap-ui-bootstrap"
src="../../resources/sap-ui-core.js"
data-sap-ui-theme="sap_fiori_3"
data-sap-ui-theme="sap_horizon"
data-sap-ui-resourceroots='{
"sap.ui.demo.todo": "../../"
}'
Expand Down

0 comments on commit bbfaefc

Please sign in to comment.