Skip to content

Commit dc9b059

Browse files
authored
Update fast-search-card.js
1 parent cc023a2 commit dc9b059

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/fast-search-card.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2989,8 +2989,9 @@ class FastSearchCard extends HTMLElement {
29892989
}
29902990

29912991
.timer-delete {
2992-
width: 32px;
2993-
height: 32px;
2992+
width: 40px;
2993+
height: 40px;
2994+
color: var(--text-primary);
29942995
border: none;
29952996
background: rgba(255, 255, 255, 0.1);
29962997
border-radius: 50%;

0 commit comments

Comments
 (0)