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
- decompiler
- 이클립스
- C#
- MSsql
- STS
- Apache Lucene
- Android
- 자바
- jsp
- WebView
- 웹 서비스
- Java
- Eclipse
- TextBox
- MANTIS
- 자바스크립트
- SpringSource Tool Suite
- asp.net
- 안드로이드
- varags
- Bootstrap
- Redirect
- Maven
- Web Service
- html
- 컬럼명
- scrollView
- MS-SQL
- javascript
- 웹뷰
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