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:
dj-oyu 2026-02-22 06:57:18 +09:00
parent 396d4d24a8
commit fc70f9d4eb

View file

@ -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;