@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
10 lines • 570 B
JavaScript
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
var _templateObject;
import { createStyles } from 'antd-style';
export var useStyles = createStyles(function (_ref) {
var css = _ref.css,
token = _ref.token;
return {
dropdownLang: css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n overflow-y: auto;\n height: 200px;\n font-size: ", "px !important;\n\n .ant-dropdown-menu-item {\n font-size: ", "px !important;\n }\n "])), token.fontSizeSM, token.fontSizeSM)
};
});