Skip to content

Commit 965a959

Browse files
fix: fixed path to theme
1 parent 1f47111 commit 965a959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/text-inputs/get-text-input-active-colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {type ColorValue} from 'react-native';
22

3-
import {type Theme} from '../theme/theme.types';
3+
import {type Theme} from '../../theme/theme.types';
44
import {TextInputColors} from './text-input.types';
55

66
export const getTextInputActiveColors = (theme: Theme, primaryColorBasedOnError: ColorValue, surfaceVariantColorBasedOnError: ColorValue) => ({

0 commit comments

Comments
 (0)