diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-06 16:12:10 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-06 16:12:10 +0200 |
| commit | f36c242da2ef9452bddcfd85f7e43ff918d7282c (patch) | |
| tree | 6e95cd2da1426748339968671e86a34144c9275f | |
| parent | f9c3e09a9e92829ed3807a960ba00fb1b2559169 (diff) | |
| download | greatoffice-f36c242da2ef9452bddcfd85f7e43ff918d7282c.tar.xz greatoffice-f36c242da2ef9452bddcfd85f7e43ff918d7282c.zip | |
fix: Inherit radius on svg to align styling with other theme figure icons
| -rw-r--r-- | apps/web-shared/src/components/theme-switcher.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web-shared/src/components/theme-switcher.svelte b/apps/web-shared/src/components/theme-switcher.svelte index d0a43b3..fd14059 100644 --- a/apps/web-shared/src/components/theme-switcher.svelte +++ b/apps/web-shared/src/components/theme-switcher.svelte @@ -407,6 +407,7 @@ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" + class="block radius-inherit" width="70" height="50" viewBox="0 0 70 50"> |
