Update MagnifyingGlass.svelte with vertical-align

This commit is contained in:
Ben Welsh 2023-05-14 13:54:46 -04:00 committed by GitHub
parent 25c1485c21
commit ae8ffb0639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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