File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
core/src/components/input-otp
test/color/input-otp.e2e.ts-snapshots Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 129129 background : var (--separator-color );
130130}
131131
132- // Fills
133- // --------------------------------------------------
134-
135- :host (.input-otp-fill-outline ) {
136- --background : none ;
137- }
138-
139132// States
140133// --------------------------------------------------
141134
Original file line number Diff line number Diff line change 6868// --------------------------------------------------
6969
7070:host (.input-otp-shape-round ) {
71- --border-radius : #{globals .$ion-border-radius-400 } ;
71+ --border-radius : #{globals .$ion-round-xl } ;
7272}
7373
7474:host (.input-otp-shape-soft ) {
75- --border-radius : #{globals .$ion-border-radius-200 } ;
75+ --border-radius : #{globals .$ion-soft-xl } ;
7676}
7777
7878:host (.input-otp-shape-rectangular ) {
79- --border-radius : #{globals .$ion-border-radius-0 } ;
79+ --border-radius : #{globals .$ion-rectangular-xl } ;
8080}
8181
8282// Fills
8383// --------------------------------------------------
8484
85+ :host (.input-otp-fill-outline ) {
86+ --background : #{globals .$ion-bg-input-default } ;
87+ }
88+
8589:host (.input-otp-fill-solid ) {
8690 --border-color : #{globals .$ion-bg-input-bold-default } ;
8791 --background : #{globals .$ion-bg-input-bold-default } ;
You can’t perform that action at this time.
0 commit comments