@antscorp/antsomi-ui 1.3.5-beta.166 → 1.3.5-beta.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114,6 +114,19 @@ export const GlobalStyle = () => {
|
|
|
114
114
|
background-color: ${(_l = THEME.token) === null || _l === void 0 ? void 0 : _l.bw2} !important;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
// NOTE: Just hot fix for easy looking
|
|
118
|
+
.antsomi-btn-primary.antsomi-btn-compact-item.antsomi-btn-compact-first-item {
|
|
119
|
+
padding-right: 4px !important;
|
|
120
|
+
}
|
|
121
|
+
.antsomi-btn-compact-item.antsomi-btn-primary.antsomi-btn-compact-last-item {
|
|
122
|
+
width: fit-content;
|
|
123
|
+
padding: 0px !important;
|
|
124
|
+
padding-right: 4px !important;
|
|
125
|
+
&::before {
|
|
126
|
+
width: 0px !important;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
117
130
|
/* Input */
|
|
118
131
|
.antsomi-input,
|
|
119
132
|
.antsomi-input-affix-wrapper {
|
|
@@ -806,9 +819,7 @@ export const GlobalStyle = () => {
|
|
|
806
819
|
/* Tabs */
|
|
807
820
|
.antsomi-tabs {
|
|
808
821
|
.antsomi-tabs-tab {
|
|
809
|
-
|
|
810
|
-
font-weight: bold;
|
|
811
|
-
}
|
|
822
|
+
font-weight: bold;
|
|
812
823
|
}
|
|
813
824
|
}
|
|
814
825
|
|