fix: use text color for Refresh button instead of hint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
396d4d24a8
commit
fc70f9d4eb
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid var(--hint);
|
border: 1px solid var(--hint);
|
||||||
background: linear-gradient(to bottom, var(--bg), var(--secondary-bg));
|
background: linear-gradient(to bottom, var(--bg), var(--secondary-bg));
|
||||||
color: var(--hint);
|
color: var(--text);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue