File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/pure/components/advanced Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const [owner, repoName] = repo.split('/')
84
84
.loading .gh-text {
85
85
color: transparent;
86
86
border-radius: calc(var(--radius) - 3px);
87
- background-color: hsl(var(--primary-foreground) / var(--un-text -opacity));
87
+ background-color: hsl(var(--primary-foreground) / var(--un-bg -opacity, 1 ));
88
88
animation: pulsate 2s infinite linear;
89
89
user-select: none;
90
90
}
@@ -157,7 +157,6 @@ const [owner, repoName] = repo.split('/')
157
157
const avatarEl = this.querySelector('#gh-avatar') as HTMLElement
158
158
if (avatarEl) {
159
159
avatarEl.style.backgroundImage = `url(${data.owner.avatar_url})`
160
- avatarEl.style.backgroundColor = 'transparent'
161
160
}
162
161
163
162
this.classList.remove('loading')
You can’t perform that action at this time.
0 commit comments