Commit 33ffd9d7 by archer

loading

parent 80578a08
......@@ -14,7 +14,7 @@ const Loading = ({ fixed = true }: { fixed?: boolean }) => {
alignItems={'center'}
justifyContent={'center'}
>
<Spinner thickness="4px" speed="0.65s" emptyColor="gray.200" color="myBlue.500" size="xl" />
<Spinner thickness="4px" speed="0.65s" emptyColor="myGray.100" color="myBlue.600" size="xl" />
</Flex>
);
};
......
......@@ -87,7 +87,7 @@ const modelList = () => {
<Pagination />
</Flex>
<Loading loading={isLoading} fixed={false} />
<Loading loading={isLoading} />
</Box>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment