diff --git a/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue b/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue index ef8ee6420..541a47145 100644 --- a/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue +++ b/src/components/tabs/glyphs/sidebar/GlyphFilterPanel.vue @@ -412,6 +412,7 @@ export default { .l-top-left-btn { cursor: pointer; border: var(--var-border-width, 0.2rem) solid; + border-radius: var(--var-border-radius, 0.2rem); width: 2.5rem; margin: 0.5rem 0 0 0.5rem; padding: 0.5rem; @@ -423,6 +424,7 @@ export default { align-items: center; cursor: pointer; border: var(--var-border-width, 0.2rem) solid; + border-radius: var(--var-border-radius, 0.2rem); width: 2rem; height: 2rem; margin: 0.5rem 0.5rem 0 0;