Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- scrollView
- jsp
- Apache Lucene
- STS
- 자바스크립트
- SpringSource Tool Suite
- MANTIS
- 웹 서비스
- Web Service
- TextBox
- Maven
- html
- 웹뷰
- javascript
- Bootstrap
- Eclipse
- Android
- MSsql
- C#
- MS-SQL
- asp.net
- 자바
- 컬럼명
- decompiler
- Java
- 안드로이드
- varags
- Redirect
- 이클립스
- WebView
Archives
- Today
- Total
bboks.net™
Ionic dark 테마 제거 본문
모든 앱이 그렇겠지만 ionic으로 만든 앱도 시스템의 theme를 따라간다.
앱에 따라 dark 테마를 적용하지 말아야 할 때가 있다.
제거하는 방법은 variables.scss의 dark schema를 제거하면 된다.
@media (prefers-color-scheme: dark) 에서 아래 부분을 제거하면 dark 테마가 적용되지 않는다.
*ionic 7 update
inex.html의 color-scheme 수정
[참고] Disable dark theme in Ionic