sinking-antd 1.0.7 → 1.0.8
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1152,7 +1152,7 @@ var useStyles6 = antdStyle.createStyles(({ token, isDarkMode }) => {
|
|
|
1152
1152
|
display: "block"
|
|
1153
1153
|
},
|
|
1154
1154
|
".ant-select": {
|
|
1155
|
-
".ant-select-
|
|
1155
|
+
".ant-select-content": {
|
|
1156
1156
|
fontSize,
|
|
1157
1157
|
transition: "background-color 0.3s ease",
|
|
1158
1158
|
color: fontColor,
|
|
@@ -1163,6 +1163,7 @@ var useStyles6 = antdStyle.createStyles(({ token, isDarkMode }) => {
|
|
|
1163
1163
|
},
|
|
1164
1164
|
".ant-pagination-options-quick-jumper": {
|
|
1165
1165
|
"input": {
|
|
1166
|
+
fontSize,
|
|
1166
1167
|
color: fontColor,
|
|
1167
1168
|
borderColor: "transparent",
|
|
1168
1169
|
borderRadius: token?.borderRadius + "px !important",
|