|
@@ -7,6 +7,7 @@ import Animated, {
|
|
withTiming,
|
|
withTiming,
|
|
Easing
|
|
Easing
|
|
} from 'react-native-reanimated';
|
|
} from 'react-native-reanimated';
|
|
|
|
+import { Colors } from 'src/theme';
|
|
|
|
|
|
const BlinkingDot = ({
|
|
const BlinkingDot = ({
|
|
diameter = 8,
|
|
diameter = 8,
|
|
@@ -36,7 +37,7 @@ const BlinkingDot = ({
|
|
width: diameter,
|
|
width: diameter,
|
|
height: diameter,
|
|
height: diameter,
|
|
borderRadius: diameter / 2,
|
|
borderRadius: diameter / 2,
|
|
- backgroundColor: 'red',
|
|
|
|
|
|
+ backgroundColor: Colors.RED,
|
|
position: 'absolute',
|
|
position: 'absolute',
|
|
right,
|
|
right,
|
|
top
|
|
top
|