diff --git a/css/leptonChrome.css b/css/leptonChrome.css
index f66ee00..13f96c6 100644
--- a/css/leptonChrome.css
+++ b/css/leptonChrome.css
@@ -6748,7 +6748,7 @@
--uc-tab-corner-right-side-svg-soft: url("../icons/tab-bottom-corner-right-edge-soft.svg");
--uc-tab-corner-left-side-svg-clipped: url("../icons/tab-bottom-corner-left-edge-clipped.svg");
--uc-tab-corner-right-side-svg-clipped: url("../icons/tab-bottom-corner-right-edge-clipped.svg");
- --uc-tab-corner-size: 16px;
+ --uc-tab-corner-size: 8px;
}
}
diff --git a/icons/tab-bottom-corner-left-chrome.svg b/icons/tab-bottom-corner-left-chrome.svg
index 12bbdf4..987117d 100644
--- a/icons/tab-bottom-corner-left-chrome.svg
+++ b/icons/tab-bottom-corner-left-chrome.svg
@@ -1,3 +1,9 @@
diff --git a/icons/tab-bottom-corner-left-chromeLegacy.svg b/icons/tab-bottom-corner-left-chromeLegacy.svg
index 01fd923..489aca2 100644
--- a/icons/tab-bottom-corner-left-chromeLegacy.svg
+++ b/icons/tab-bottom-corner-left-chromeLegacy.svg
@@ -1,3 +1,9 @@
diff --git a/icons/tab-bottom-corner-left-edge.svg b/icons/tab-bottom-corner-left-edge.svg
index c99d2d7..85f2837 100644
--- a/icons/tab-bottom-corner-left-edge.svg
+++ b/icons/tab-bottom-corner-left-edge.svg
@@ -1,3 +1,9 @@
diff --git a/icons/tab-bottom-corner-right-chrome.svg b/icons/tab-bottom-corner-right-chrome.svg
index 1a6b3ba..3085046 100644
--- a/icons/tab-bottom-corner-right-chrome.svg
+++ b/icons/tab-bottom-corner-right-chrome.svg
@@ -1,3 +1,9 @@
diff --git a/icons/tab-bottom-corner-right-chromeLegacy.svg b/icons/tab-bottom-corner-right-chromeLegacy.svg
index e4c0688..2aa36f6 100644
--- a/icons/tab-bottom-corner-right-chromeLegacy.svg
+++ b/icons/tab-bottom-corner-right-chromeLegacy.svg
@@ -1,3 +1,9 @@
diff --git a/icons/tab-bottom-corner-right-edge.svg b/icons/tab-bottom-corner-right-edge.svg
index 90d37e0..c386c8f 100644
--- a/icons/tab-bottom-corner-right-edge.svg
+++ b/icons/tab-bottom-corner-right-edge.svg
@@ -1,3 +1,9 @@
diff --git a/src/tab/selected_tab/_bottom_rounded_corner_others.scss b/src/tab/selected_tab/_bottom_rounded_corner_others.scss
index ad1e7ad..8902594 100644
--- a/src/tab/selected_tab/_bottom_rounded_corner_others.scss
+++ b/src/tab/selected_tab/_bottom_rounded_corner_others.scss
@@ -97,7 +97,7 @@
--uc-tab-corner-left-side-svg-clipped: url("../icons/tab-bottom-corner-left-edge-clipped.svg");
--uc-tab-corner-right-side-svg-clipped: url("../icons/tab-bottom-corner-right-edge-clipped.svg");
- --uc-tab-corner-size: 16px;
+ --uc-tab-corner-size: 8px; // 16px
}
}