Update MagnifyingGlass.svelte with better SCSS call
This commit is contained in:
parent
2f89a6c386
commit
faf89fb8ba
1 changed files with 4 additions and 2 deletions
|
|
@ -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 |
Loading…
Reference in a new issue