깜놀하는 해므찌로

IONIC ion modal custom radius 속성 주기 예시 / angular ionic 본문

IT

IONIC ion modal custom radius 속성 주기 예시 / angular ionic

agnusdei1207 2023. 6. 14. 17:27
반응형
SMALL

1. ion 태그는 shadow dom 을 생성

 

 

 

 

 

2. shadow dom 속성을 다루기 위해 전용 변수에 접근하자

 

 

 

 

 

3. 모달 전용 scss 생성

 

 

 

ion-modal {
  --border-radius: 0.5rem !important;
}

4. radius 설정

 

 

 

 

 

 

5. global.scss 에 import 

 

 

 

반응형
LIST