Update MagnifyingGlass.svelte with vertical-align
This commit is contained in:
parent
25c1485c21
commit
ae8ffb0639
1 changed files with 5 additions and 2 deletions
|
|
@ -13,7 +13,10 @@
|
|||
<style lang="scss">
|
||||
@import '../../scss/colours/thematic/tr';
|
||||
|
||||
svg path {
|
||||
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
||||
svg {
|
||||
vertical-align: middle;
|
||||
path {
|
||||
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue