@@ -20,9 +20,6 @@
.tabs {
:global {
- .ant-tabs-tab-active {
- font-weight: 500;
- }
.ant-tabs-nav-scroll {
text-align: center;
}
@@ -9,3 +9,9 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+
+:global {
+ .ant-tabs-tab-active {
+ font-weight: 500;
+ }
+}