File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
versioned_docs/version-v7/react Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Create a `src/theme/variables.css` file with the following content:
140140
141141``` css title="src/theme/variables.css"
142142/* For information on how to create your own theme, please refer to:
143- http ://ionicframework.com/docs/theming/ */
143+ https ://ionicframework.com/docs/theming/ */
144144```
145145
146146Then, import the file and the dark palette stylesheet in ` src/App.tsx ` :
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Create a `src/theme/variables.css` file with the following content:
118118
119119``` css title="src/theme/variables.css"
120120/* For information on how to create your own theme, please refer to:
121- http ://ionicframework.com/docs/theming/ */
121+ https ://ionicframework.com/docs/theming/ */
122122```
123123
124124Then, import the file and the dark palette stylesheet in ` src/main.js ` :
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Create a `src/theme/variables.css` file with the following content:
140140
141141``` css title="src/theme/variables.css"
142142/* For information on how to create your own theme, please refer to:
143- http ://ionicframework.com/docs/theming/ */
143+ https ://ionicframework.com/docs/theming/ */
144144```
145145
146146Then, import the file and the dark palette stylesheet in ` src/App.tsx ` :
You can’t perform that action at this time.
0 commit comments