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