Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 037d320

Browse files
committed
fix accent color
1 parent 8cfc994 commit 037d320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class Store {
153153
* @returns {?string}
154154
*/
155155
get currentAccentColor(): Nullable<string> {
156-
return this._currentAccentColor;
156+
return this._currentAccentColor || this.currentTheme?.colors.accent;
157157
}
158158

159159
/**

0 commit comments

Comments
 (0)