sinking-antd 1.0.7 → 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 +11 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1127,17 +1127,21 @@ var useStyles6 = createStyles(({ token, isDarkMode }) => {
|
|
|
1127
1127
|
display: "block"
|
|
1128
1128
|
},
|
|
1129
1129
|
".ant-select": {
|
|
1130
|
-
".ant-select
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1130
|
+
".ant-select": {
|
|
1131
|
+
lineHeight: "calc(var(--ant-pagination-item-size-actual) - 2px)",
|
|
1132
|
+
height: "var(--ant-pagination-item-size-actual)",
|
|
1133
|
+
".ant-select-content": {
|
|
1134
|
+
fontSize,
|
|
1135
|
+
transition: "background-color 0.3s ease",
|
|
1136
|
+
color: fontColor,
|
|
1137
|
+
borderColor: "transparent !important",
|
|
1138
|
+
borderRadius: token?.borderRadius + "px !important"
|
|
1139
|
+
}
|
|
1137
1140
|
}
|
|
1138
1141
|
},
|
|
1139
1142
|
".ant-pagination-options-quick-jumper": {
|
|
1140
1143
|
"input": {
|
|
1144
|
+
fontSize,
|
|
1141
1145
|
color: fontColor,
|
|
1142
1146
|
borderColor: "transparent",
|
|
1143
1147
|
borderRadius: token?.borderRadius + "px !important",
|