@@ -137,43 +137,43 @@ class ZdsBanner : FrameLayout {
137
137
var colorTint = ContextCompat .getColor(context, R .color.zebra_control)
138
138
var colorStroke = ContextCompat .getColor(context, R .color.zebra_grey_subtle_stroke)
139
139
var colorBackground = ContextCompat .getColor(context, R .color.zebra_control_inverse)
140
- var iconResId = R .drawable.ic_error
140
+ var iconResId = R .drawable.ic_info_sharp
141
141
142
142
when (style) {
143
143
Style .DEFAULT -> {
144
144
colorTint = ContextCompat .getColor(context, R .color.zebra_control)
145
145
colorStroke = ContextCompat .getColor(context, R .color.zebra_grey_subtle_stroke)
146
146
colorBackground = ContextCompat .getColor(context, R .color.zebra_control_inverse)
147
- iconResId = R .drawable.ic_error
147
+ iconResId = R .drawable.ic_info_sharp
148
148
}
149
149
150
150
Style .INFO -> {
151
151
colorTint = ContextCompat .getColor(context, R .color.zebra_purple)
152
152
colorStroke = ContextCompat .getColor(context, R .color.zebra_purple_stroke)
153
153
colorBackground = ContextCompat .getColor(context, R .color.zebra_purple_banner)
154
- iconResId = R .drawable.ic_error
154
+ iconResId = R .drawable.ic_info_sharp
155
155
}
156
156
157
157
Style .POSITIVE -> {
158
158
colorTint = ContextCompat .getColor(context, R .color.zebra_green)
159
159
colorStroke = ContextCompat .getColor(context, R .color.zebra_green_stroke)
160
160
colorBackground = ContextCompat .getColor(context, R .color.zebra_green_banner)
161
- iconResId = R .drawable.ic_check_circle
161
+ iconResId = R .drawable.ic_check_circle_sharp
162
162
}
163
163
164
164
Style .WARNING -> {
165
165
colorTint = ContextCompat .getColor(context, R .color.zebra_yellow_enabled)
166
166
colorStroke = ContextCompat .getColor(context, R .color.zebra_yellow_stroke)
167
167
colorBackground = ContextCompat .getColor(context, R .color.zebra_yellow_banner)
168
- iconResId = R .drawable.ic_round_warning
168
+ iconResId = R .drawable.ic_warning_round
169
169
}
170
170
171
171
Style .NEGATIVE -> {
172
172
colorTint = ContextCompat .getColor(context, R .color.zebra_red_enabled)
173
173
colorStroke = ContextCompat .getColor(context, R .color.zebra_red_inverse)
174
174
colorBackground =
175
175
ContextCompat .getColor(context, R .color.zebra_red_error_background)
176
- iconResId = R .drawable.ic_error
176
+ iconResId = R .drawable.ic_info_sharp
177
177
}
178
178
}
179
179
0 commit comments