This commit is contained in:
Philip Cesar Garay
2025-08-05 21:04:28 +08:00
parent e22b87bd49
commit d08ec7b778
24 changed files with 994 additions and 78 deletions
+5
View File
@@ -33,6 +33,11 @@ export const bubbleStyle = ({ isCurrentUser, customStyle = {} }) => ({
...customStyle,
});
export const size = ({ size }) => ({
width: size,
height: size,
});
const containerRow = {
flexDirection: "row",
alignItems: "center",