File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111}
1212
1313.radio-group-top .error-text {
14- color : globals .$ion-semantics -danger-800 ;
14+ color : globals .$ion-text -danger ;
1515}
1616
1717.radio-group-top .helper-text {
18- color : globals .$ion-primitives-neutral-800 ;
18+ color : globals .$ion-text-subtlest ;
1919}
2020
2121// Radio Group Top: in List
Original file line number Diff line number Diff line change 55// --------------------------------------------------
66
77:host {
8- --color : #{globals .$ion-primitives-neutral-500 } ;
9- --color-checked : #{globals .$ion-semantics -primary-base } ;
8+ --color : #{globals .$ion-border-input-default } ;
9+ --color-checked : #{globals .$ion-bg -primary-base-default } ;
1010 --border-width : #{globals .$ion-border-size-025 } ;
1111 --border-style : #{globals .$ion-border-style-solid } ;
1212 --border-radius : #{globals .$ion-border-radius-full } ;
5555 border-style : var (--border-style );
5656 border-color : var (--color );
5757
58- background-color : globals .$ion-bg-surface -default ;
58+ background-color : globals .$ion-bg-input -default ;
5959}
6060
6161// Ionic Radio Inner Circle: Unchecked
6767 width : calc (32% + var (--border-width ));
6868 height : calc (32% + var (--border-width ));
6969
70- background-color : globals .$ion-bg-surface-default ;
70+ background-color : globals .$ion-bg-surface-inverse ;
7171}
7272
7373// Ionic Radio Outer Circle: Checked
You can’t perform that action at this time.
0 commit comments