Skip to content

Commit

Permalink
Update import path for Theme to @metamask/design-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Sep 19, 2024
1 parent da5419c commit dafa653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/BlockingActionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ActivityIndicator, StyleSheet, View } from 'react-native';
import Modal from 'react-native-modal';
import { baseStyles } from '../../../styles/common';
import { useTheme } from '../../../util/theme';
import { Theme } from '../../../util/theme/models';
import { Theme } from '@metamask/design-tokens';

const createStyles = (colors: Theme['colors']) =>
StyleSheet.create({
Expand Down

0 comments on commit dafa653

Please sign in to comment.