sinking-antd 1.0.8 → 1.1.0

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
@@ -1149,25 +1149,26 @@ var useStyles6 = antdStyle.createStyles(({ token, isDarkMode }) => {
1149
1149
  }
1150
1150
  },
1151
1151
  ".ant-pagination-options": {
1152
- display: "block"
1153
- },
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
1162
- }
1163
- },
1164
- ".ant-pagination-options-quick-jumper": {
1165
- "input": {
1166
- fontSize,
1167
- color: fontColor,
1168
- borderColor: "transparent",
1169
- borderRadius: token?.borderRadius + "px !important",
1170
- backgroundColor
1152
+ display: "block",
1153
+ ".ant-select": {
1154
+ lineHeight: "calc(var(--ant-pagination-item-size-actual) - 2px)",
1155
+ height: "var(--ant-pagination-item-size-actual)",
1156
+ ".ant-select-content": {
1157
+ fontSize,
1158
+ transition: "background-color 0.3s ease",
1159
+ color: fontColor,
1160
+ borderColor: "transparent !important",
1161
+ borderRadius: token?.borderRadius + "px !important"
1162
+ }
1163
+ },
1164
+ ".ant-pagination-options-quick-jumper": {
1165
+ "input": {
1166
+ fontSize,
1167
+ color: fontColor,
1168
+ borderColor: "transparent",
1169
+ borderRadius: token?.borderRadius + "px !important",
1170
+ backgroundColor
1171
+ }
1171
1172
  }
1172
1173
  }
1173
1174
  };