Skip to content

Commit 2e0b901

Browse files
author
reco_luan
committed
fix: fix update popup style
1 parent 6edc421 commit 2e0b901

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

styles/theme.styl

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

218218
.sw-update-popup
219-
border-radius: $borderRadius;
220-
box-shadow: var(--box-shadow);
221-
color: var(--text-color);
222-
background: var(--background-color);
219+
border-radius: $borderRadius!important;
220+
box-shadow: var(--box-shadow)!important;
221+
color: var(--text-color)!important;
222+
background: var(--background-color)!important;
223+
border: none!important;
223224
> button
224225
background: $accentColor;
225226
border-radius: $borderRadius;

0 commit comments

Comments
 (0)