File tree Expand file tree Collapse file tree 7 files changed +344
-31
lines changed Expand file tree Collapse file tree 7 files changed +344
-31
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ $stacking-order: (
191
191
@include recolor-icon (color (' white' ));
192
192
193
193
& .newDesignLanguage {
194
- @include recolor-icon (var (--p-button-text ));
194
+ @include recolor-icon (var (--p-icon-on-primary ));
195
195
}
196
196
197
197
& .disabled {
@@ -230,7 +230,7 @@ $stacking-order: (
230
230
}
231
231
232
232
& .newDesignLanguage {
233
- @include recolor-icon (var (--p-button-text ));
233
+ @include recolor-icon (var (--p-icon-on-critical ));
234
234
}
235
235
}
236
236
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $Backdrop-opacity: 0.88;
37
37
color : $error-color ;
38
38
39
39
.CloseButton {
40
- fill : $error-color ;
40
+ fill : var ( --p-icon-on-critical , $error-color ) ;
41
41
}
42
42
}
43
43
@@ -51,7 +51,7 @@ $Backdrop-opacity: 0.88;
51
51
border : none ;
52
52
appearance : none ;
53
53
background : transparent ;
54
- fill : var (--p-text , color (' white' ));
54
+ fill : var (--p-icon , color (' white' ));
55
55
cursor : pointer ;
56
56
57
57
& :focus {
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ import styles from './Toast.scss';
14
14
15
15
export { ToastProps } ;
16
16
17
- export const DEFAULT_TOAST_DURATION = 5000 ;
17
+ export const DEFAULT_TOAST_DURATION = 500000 ;
18
18
19
- export const DEFAULT_TOAST_DURATION_WITH_ACTION = 10000 ;
19
+ export const DEFAULT_TOAST_DURATION_WITH_ACTION = 1000000 ;
20
20
21
21
export function Toast ( {
22
22
content,
You can’t perform that action at this time.
0 commit comments