diff options
| author | Henry Jameson <me@hjkos.com> | 2024-06-22 00:54:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-06-22 00:54:23 +0300 |
| commit | 6846b4fe8a1829f8897f48acda7e0a272ffb216e (patch) | |
| tree | 04d798e10db265b26a159e65e5f87f574a911b91 /src/components/root.style.js | |
| parent | aae508f5a14556c34bfad0cd334c25591ce721c3 (diff) | |
| parent | 4c3e2979756fa374eafcd385c6fffc64d8c8ffcd (diff) | |
Merge remote-tracking branch 'origin/develop' into appearance-tab
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js index 3e840a52..f9bdf16e 100644 --- a/src/components/root.style.js +++ b/src/components/root.style.js @@ -37,7 +37,7 @@ export default { // Selection colors '--selectionBackground': 'color | --accent', - '--selectionText': 'color | $textColor(--accent, --text)' + '--selectionText': 'color | $textColor(--accent, --text, no-preserve)' } } ] |
