fix: fixed wrong alignment with left icons in setting menu

Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
This commit is contained in:
Marcel Bertagnini 2026-02-04 12:48:44 +01:00 committed by Marcel Bertagnini
parent 413dca10e8
commit a7d8d7eecd
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ let { size = '14', class: className = '', style: styleName = '' }: Props = $prop
height={size}
class={className}
style={styleName}
viewBox="0 0 12.7279 12.7279"
viewBox="0 0 10 12.7279"
version="1.1"
aria-label="Experimental"
xml:space="preserve"

View file

@ -13,7 +13,7 @@ let { size = '14', class: className = '', style: styleName = '' }: Props = $prop
height={size}
class={className}
style={styleName}
viewBox="0 0 12.7279 12.7279"
viewBox="0 0 10 12.7279"
version="1.1"
aria-label="Preferences"
xml:space="preserve"

View file

@ -13,7 +13,7 @@ let { size = '14', class: className = '', style: styleName = '' }: Props = $prop
height={size}
class={className}
style={styleName}
viewBox="0 0 12.7279 12.7279"
viewBox="0 0 10 12.7279"
version="1.1"
aria-label="Registries"
xml:space="preserve"