@luscii-healthtech/web-ui 37.6.4 → 37.6.6
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.development.js +1 -1
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -2
|
@@ -6432,7 +6432,7 @@ function MenuItemText(props) {
|
|
|
6432
6432
|
const useGetClassName = () => {
|
|
6433
6433
|
const { variant } = React.useContext(context);
|
|
6434
6434
|
return React.useCallback(({ isActive = false, classNameProp = "" } = {}) => {
|
|
6435
|
-
const base = "ui-block ui-w-full ui-py-xs ui-radius-xxs";
|
|
6435
|
+
const base = "ui-block ui-w-full ui-py-xs ui-radius-xxs ui-text-current";
|
|
6436
6436
|
switch (variant) {
|
|
6437
6437
|
case "primary":
|
|
6438
6438
|
return classNames__default.default(
|