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