File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ function onBackdropClick(event: MouseEvent) {
148148 line-height : 1.5rem ;
149149 font-weight : 500 ;
150150 margin-bottom : 0.5rem ;
151+ color : var (--item-title-color );
151152}
152153
153154.modal-footer {
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ defineEmits<{ close: [] }>();
138138 border : 1px solid var (--panel-border-color );
139139 border-radius : 0.75rem ;
140140 background : var (--item-background );
141+ color : var (--text-color );
141142 }
142143
143144 .icon {
@@ -153,6 +154,7 @@ defineEmits<{ close: [] }>();
153154 border-radius : 0.75rem ;
154155 background : color-mix(in srgb , var (--primary-color ) 8% , var (--panel-background ));
155156 border : 1px solid color-mix(in srgb , var (--primary-color ) 18% , var (--panel-border-color ));
157+ color : var (--text-color );
156158
157159 p {
158160 margin : 0 ;
@@ -171,5 +173,6 @@ defineEmits<{ close: [] }>();
171173
172174.whats-new-sponsors-copy {
173175 margin : 0 0 1rem ;
176+ color : var (--text-color );
174177}
175178 </style >
You can’t perform that action at this time.
0 commit comments