Update MagnifyingGlass.svelte with better SCSS call

This commit is contained in:
Ben Welsh 2023-05-14 13:33:03 -04:00 committed by GitHub
parent 2f89a6c386
commit faf89fb8ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,10 @@
></path>
</svg>
<style>
<style lang="scss">
@import '../../scss/colours/thematic/tr';
svg path {
fill: var(--theme-colour-text-secondary);
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
}
</style>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB