Skip to content

Commit

Permalink
Update opacity import
Browse files Browse the repository at this point in the history
it cause error in expo snack
  • Loading branch information
KaganYrk committed Feb 6, 2024
1 parent 8b9c1ed commit 96daeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ToggleButton/ToggleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useEffect, useState } from 'react';
import { StyleSheet, Text, TouchableOpacity, View } from 'react-native';
import type { FCCWD, ToggleButtonProps } from '../../types';
import { opacity } from '../../../src/utilities';
import { opacity } from '../../utilities';
import { applyDefaults } from '../../core/KitraProvider';

const ToggleButton: FCCWD<ToggleButtonProps> = (
Expand Down

0 comments on commit 96daeb1

Please sign in to comment.