diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-28 14:57:19 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-28 14:57:19 +0200 |
| commit | 8e3637c0596f544d2e32b8f9608fb37226265a4d (patch) | |
| tree | 96dcab4a4e7499e1d8a95dd1328cec42e2242782 /src/components/scrollbar.style.js | |
| parent | 39eee4412fc6af675c019c829216031e66f74d04 (diff) | |
improve scrollbars, add avatar to menu-item since it appears in
autocomplete, add wallpaper color
Diffstat (limited to 'src/components/scrollbar.style.js')
| -rw-r--r-- | src/components/scrollbar.style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/scrollbar.style.js b/src/components/scrollbar.style.js index 76053d6f..94e6135d 100644 --- a/src/components/scrollbar.style.js +++ b/src/components/scrollbar.style.js @@ -4,7 +4,7 @@ export default { defaultRules: [ { directives: { - background: '--bg' + background: '--wallpaper' } } ] |
