From f76a5505ec444bab295221688a37c2c1c33d7cfb Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 13 May 2021 17:02:43 +0200 Subject: [PATCH] style tweak --- terminus-core/src/components/tabHeader.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-core/src/components/tabHeader.component.scss b/terminus-core/src/components/tabHeader.component.scss index 3ed19830..a385ab31 100644 --- a/terminus-core/src/components/tabHeader.component.scss +++ b/terminus-core/src/components/tabHeader.component.scss @@ -66,7 +66,7 @@ $tabs-height: 38px; $button-size: 26px; width: $button-size; height: $button-size; - border-radius: $button-size / 2; + border-radius: $button-size / 6; line-height: $button-size; align-self: center;