Terakhir Di Investasi Perbaikan Tampilannya

This commit is contained in:
2025-01-02 14:57:24 +08:00
parent f9e1d193e6
commit 563736548b
23 changed files with 221 additions and 84 deletions

View File

@@ -3,9 +3,9 @@ export const MainColor = {
darkblue: "#001D3D",
yellow: "#E1B525",
white: "#D4D0D0",
red: "#C74E4E",
orange: "#E58958",
green: "#468A56"
red: "#FF4B4C",
orange: "#FF7043",
green: "#4CAF4F"
};
export const AccentColor = {
@@ -14,7 +14,11 @@ export const AccentColor = {
blue: "#00447D",
softblue: "#007CBA",
skyblue: "#00BFFF",
yellow: "#E1B525",
yellow: "#F8A824",
white: "#FEFFFE"
};
//yellow: "#FFC300"
//yellow: "#FFD60A"
// white: "#FEFFFE"

View File

@@ -47,7 +47,7 @@ export function ComponentGlobal_AvatarAndUsername({
onClick={() => onCheckProfile()}
>
{visible ? (
<Avatar radius={"xl"} size={40}>
<Avatar radius={"xl"} size={40}>
<ComponentGlobal_Loader />
</Avatar>
) : (