File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ button {
80
80
border : none ;
81
81
82
82
& .pub-button-danger {
83
- --mdc-theme-primary : var (--pub-color-dangerRed );
83
+ --mdc-theme-primary : var (--pub-button-danger-background );
84
84
}
85
85
86
86
& .pub-button-cancel {
Original file line number Diff line number Diff line change 114
114
--pub-link-text-color : #1967d2 ;
115
115
--pub-badge-default-color : var (--pub-link-text-color );
116
116
--pub-badge-red-color : var (--pub-color-dangerRed );
117
+ --pub-button-danger-background : var (--pub-color-dangerRed );
117
118
--pub-copy_feedback-background-color : #fafaff ;
118
119
--pub-detail_tab-text-color : var (--pub-neutral-textColor );
119
120
--pub-detail_tab-underline-color : #dddddd ;
171
172
--pub-link-text-color : #47b0f8 ;
172
173
--pub-badge-default-color : var (--pub-link-text-color );
173
174
--pub-badge-red-color : var (--pub-color-dangerRed );
175
+ --pub-button-danger-background : #a03737 ;
174
176
--pub-copy_feedback-background-color : #404040 ;
175
177
--pub-detail_tab-text-color : var (--pub-neutral-textColor );
176
178
--pub-detail_tab-underline-color : #888888 ;
You can’t perform that action at this time.
0 commit comments