Skip to content

Commit 25da825

Browse files
author
reco_luan
committed
fix: 刷新弹窗样式
1 parent b281e64 commit 25da825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/theme.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ th, td
216216
/************** SW-Update Popup **************/
217217

218218
.sw-update-popup
219-
border: none;
220219
border-radius: $borderRadius;
221220
box-shadow: var(--box-shadow);
222221
color: var(--text-color);
222+
background: var(--background-color);
223223
> button
224224
background: $accentColor;
225225
border-radius: $borderRadius;
226-
color: var(--text-color);
226+
color: #fff;
227227
-webkit-tap-highlight-color:rgba(0, 0, 0, 0)
228228
border: none;

0 commit comments

Comments
 (0)