update footer BS height & enhnace custom split bill BS styles

This commit is contained in:
2025-12-28 10:34:13 +03:00
parent b261f3508f
commit 85636630e3
18 changed files with 203 additions and 162 deletions

View File

@@ -213,7 +213,9 @@ export function ProBottomSheet({
bottom: 0,
height: snapPoints[currentSnap] || height,
backgroundColor:
themeName === "dark" ? darkColors.bgColor : lightColors.bgColor,
themeName === "dark"
? darkColors.secondaryBgColor
: lightColors.secondaryBgColor,
borderTopLeftRadius: 20,
borderTopRightRadius: 20,
boxShadow:
@@ -259,7 +261,9 @@ export function ProBottomSheet({
overflow: "auto",
padding: "0 20px",
backgroundColor:
themeName === "dark" ? darkColors.bgColor : lightColors.bgColor,
themeName === "dark"
? darkColors.secondaryBgColor
: lightColors.secondaryBgColor,
color: themeName === "dark" ? "#ffffff" : "#000000",
...contentStyle,
};