@luscii-healthtech/web-ui 2.12.1 → 2.12.2

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.
@@ -1237,10 +1237,6 @@ video {
1237
1237
  height: 3rem;
1238
1238
  }
1239
1239
 
1240
- .h-13 {
1241
- height: 3.25rem;
1242
- }
1243
-
1244
1240
  .h-22 {
1245
1241
  height: 5.5rem;
1246
1242
  }
@@ -4051,7 +4051,7 @@ var NotificationBanner = function NotificationBanner(props) {
4051
4051
  stretch = _props$stretch === void 0 ? true : _props$stretch,
4052
4052
  _props$centerContent = props.centerContent,
4053
4053
  centerContent = _props$centerContent === void 0 ? false : _props$centerContent;
4054
- var classes = classNames("px-6 py-4 h-13 flex flex-row items-center border border-solid rounded", props.className, {
4054
+ var classes = classNames("px-6 py-4 min-h-13 flex flex-row items-center border border-solid rounded", props.className, {
4055
4055
  "bg-slate-100 border-slate-300 text-slate-700": props.color === "base",
4056
4056
  "bg-blue-50 border-blue-700 text-blue-800": props.color === "blue",
4057
4057
  "bg-red-50 border-red-700 text-red-700": props.color === "red",