Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Dec 11, 2024
1 parent b33d303 commit 26db251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/QRCodeScanner/QRCodeScanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
useCameraPermissions,
} from 'expo-camera';
import { NativeStackScreenProps } from '@react-navigation/native-stack';
import SvgFlash from '@/icons/Flash';
import SvgFlashCircle from '@/icons/FlashCircle';
import SvgXButton from '@/icons/XButton';
import { HomeStackParamList } from '@/types/navigation';
Expand Down
2 changes: 0 additions & 2 deletions src/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type Colors = {
gray4: string;
gray5: string;
gray6: string;
color2: string;
};

const colors: Colors = {
Expand All @@ -31,7 +30,6 @@ const colors: Colors = {
gray4: '#BDBDBD',
gray5: '#E0E0E0',
gray6: '#F2F2F2',
color2: ' #E0E0E0',
};

export default colors;

0 comments on commit 26db251

Please sign in to comment.