This commit is contained in:
Philip Cesar Garay
2025-08-01 21:05:44 +08:00
parent 84fc719a10
commit e22b87bd49
18 changed files with 500 additions and 14 deletions
+1
View File
@@ -35,6 +35,7 @@ export const FONT_FAMILY = {
InterMedium: "InterMedium",
InterSemiBold: "InterSemiBold",
InterBold: "InterBold",
InterRegularItalic: "InterRegularItalic",
};
const Fonts = ({
+3
View File
@@ -32,6 +32,9 @@ const Palette = {
ultraLightBlack: "rgba(0, 0, 0, 0.6)",
tran: "transparent",
glass: "#73737324",
grayMid: "#8C8C8C",
};
export default Palette;