File tree 3 files changed +9
-9
lines changed 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 61
61
< style >
62
62
/* This sets a different item border color for the default theme on ios and md */
63
63
: root {
64
- --ion-item-border-color : var (--ion-color-step-200 );
64
+ --ion-item-border-color : var (--ion-background- color-step-200 );
65
65
}
66
66
67
67
/* This sets a different background and item background for the default theme on ios */
68
68
: root .ios {
69
- --ion-background-color : var (--ion-color-step-50 );
69
+ --ion-background-color : var (--ion-background- color-step-50 );
70
70
--ion-toolbar-background : var (--ion-background-color );
71
71
--ion-item-background : # 1c1c1d ;
72
72
}
73
73
74
74
/* This sets a different background and item background for the default theme on md */
75
75
: root .md {
76
- --ion-background-color : var (--ion-color-step-100 );
76
+ --ion-background-color : var (--ion-background- color-step-100 );
77
77
--ion-toolbar-background : var (--ion-background-color );
78
78
--ion-item-background : # 1c1c1d ;
79
79
}
Original file line number Diff line number Diff line change 123
123
124
124
/* This sets a different item border color for the default theme on ios and md */
125
125
: root {
126
- --ion-item-border-color : var (--ion-color-step-200 );
126
+ --ion-item-border-color : var (--ion-background- color-step-200 );
127
127
}
128
128
129
129
/* This sets a different background and item background for the default theme on ios */
130
130
: root .ios {
131
- --ion-background-color : var (--ion-color-step-50 , # f2f2f6 );
131
+ --ion-background-color : var (--ion-background- color-step-50 , # f2f2f6 );
132
132
--ion-toolbar-background : var (--ion-background-color );
133
133
--ion-item-background : # fff ;
134
134
}
135
135
136
136
/* This sets a different background and item background for the default theme on md */
137
137
: root .md {
138
- --ion-background-color : var (--ion-color-step-100 , # f9f9f9 );
138
+ --ion-background-color : var (--ion-background- color-step-100 , # f9f9f9 );
139
139
--ion-toolbar-background : var (--ion-background-color );
140
140
--ion-item-background : # fff ;
141
141
}
Original file line number Diff line number Diff line change 66
66
67
67
/* This sets a different item border color for the default theme on ios and md */
68
68
: root {
69
- --ion-item-border-color : var (--ion-color-step-200 );
69
+ --ion-item-border-color : var (--ion-background- color-step-200 );
70
70
}
71
71
72
72
/* This sets a different background and item background for the default theme on ios */
73
73
: root .ios {
74
- --ion-background-color : var (--ion-color-step-50 , # f2f2f6 );
74
+ --ion-background-color : var (--ion-background- color-step-50 , # f2f2f6 );
75
75
--ion-toolbar-background : var (--ion-background-color );
76
76
--ion-item-background : # fff ;
77
77
}
78
78
79
79
/* This sets a different background and item background for the default theme on md */
80
80
: root .md {
81
- --ion-background-color : var (--ion-color-step-100 , # f9f9f9 );
81
+ --ion-background-color : var (--ion-background- color-step-100 , # f9f9f9 );
82
82
--ion-toolbar-background : var (--ion-background-color );
83
83
--ion-item-background : # fff ;
84
84
}
You can’t perform that action at this time.
0 commit comments