Skip to content

Commit deb405a

Browse files
committed
Remove cyan accent color from Activity Log icon to match other account menu icons
1 parent f7ae78e commit deb405a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ function renderAccount() {
12221222
12231223
<div class="card account-menu-card" id="account-menu-logs" style="cursor:pointer">
12241224
<div class="account-menu-item">
1225-
<div class="account-menu-icon" style="color:var(--accent-cyan)">
1225+
<div class="account-menu-icon">
12261226
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/><polyline points="10 9 9 9 8 9"/></svg>
12271227
</div>
12281228
<div class="account-menu-text">

0 commit comments

Comments
 (0)