@selfeesas/shared-components 0.4.16 → 0.4.17

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.
@@ -5836,18 +5836,20 @@ const bs = lt({
5836
5836
  __name: "Layout",
5837
5837
  props: {
5838
5838
  view: { default: "HHh Lpr Fff" },
5839
- layoutClass: { default: "bg-dark" },
5839
+ layoutClass: { default: "bg-white" },
5840
5840
  pageContainerClass: { default: "" }
5841
5841
  },
5842
5842
  setup(l) {
5843
5843
  return (B, t) => (Ze(), _t(Gu, {
5844
5844
  view: B.view,
5845
- class: Zr(B.layoutClass)
5845
+ class: Zr(B.layoutClass),
5846
+ style: { minHeight: "auto !important" }
5846
5847
  }, {
5847
5848
  default: et(() => [
5848
5849
  Tr(B.$slots, "header"),
5849
5850
  st(Xu, {
5850
- class: Zr(B.pageContainerClass)
5851
+ class: Zr(B.pageContainerClass),
5852
+ style: { paddingBottom: "0 !important" }
5851
5853
  }, {
5852
5854
  default: et(() => [
5853
5855
  Tr(B.$slots, "default")