sinking-antd 1.0.8 → 1.0.9

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.
package/dist/index.js CHANGED
@@ -1152,13 +1152,16 @@ var useStyles6 = antdStyle.createStyles(({ token, isDarkMode }) => {
1152
1152
  display: "block"
1153
1153
  },
1154
1154
  ".ant-select": {
1155
- ".ant-select-content": {
1156
- fontSize,
1157
- transition: "background-color 0.3s ease",
1158
- color: fontColor,
1159
- borderColor: "transparent !important",
1160
- borderRadius: token?.borderRadius + "px !important",
1161
- backgroundColor
1155
+ ".ant-select": {
1156
+ lineHeight: "calc(var(--ant-pagination-item-size-actual) - 2px)",
1157
+ height: "var(--ant-pagination-item-size-actual)",
1158
+ ".ant-select-content": {
1159
+ fontSize,
1160
+ transition: "background-color 0.3s ease",
1161
+ color: fontColor,
1162
+ borderColor: "transparent !important",
1163
+ borderRadius: token?.borderRadius + "px !important"
1164
+ }
1162
1165
  }
1163
1166
  },
1164
1167
  ".ant-pagination-options-quick-jumper": {