Terakhir Di Investasi Perbaikan Tampilannya
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ export function ComponentGlobal_AvatarAndUsername({
|
||||
onClick={() => onCheckProfile()}
|
||||
>
|
||||
{visible ? (
|
||||
<Avatar radius={"xl"} size={40}>
|
||||
<Avatar radius={"xl"} size={40}>
|
||||
<ComponentGlobal_Loader />
|
||||
</Avatar>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user