Commit 24a96aea authored by tom's avatar tom

Revert "change loader color"

This reverts commit a137561cfa14309c5700b77cc2a02ec1fa123a1d.
parent 2be3656a
import { Box, Text, useColorModeValue } from '@chakra-ui/react'; import { Box, Text } from '@chakra-ui/react';
import { keyframes } from '@chakra-ui/system'; import { keyframes } from '@chakra-ui/system';
import React from 'react'; import React from 'react';
...@@ -22,7 +22,7 @@ const ContentLoader = () => { ...@@ -22,7 +22,7 @@ const ContentLoader = () => {
animation: `${ runnerAnimation } 700ms ease-in-out infinite alternate`, animation: `${ runnerAnimation } 700ms ease-in-out infinite alternate`,
left: '100%', left: '100%',
top: 0, top: 0,
backgroundColor: useColorModeValue('blackAlpha.400', 'whiteAlpha.400'), backgroundColor: 'blue.300',
borderRadius: 'full', borderRadius: 'full',
}} }}
/> />
......
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 to comment