aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/input/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/input/styles.ts')
-rw-r--r--src/components/ui/input/styles.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/input/styles.ts b/src/components/ui/input/styles.ts
index 27426152e..04c1b3991 100644
--- a/src/components/ui/input/styles.ts
+++ b/src/components/ui/input/styles.ts
@@ -1,6 +1,6 @@
1import { Property } from 'csstype'; 1import { Property } from 'csstype';
2 2
3import { Theme } from '@meetfranz/theme'; 3import { Theme } from '../../../themes';
4 4
5const prefixStyles = (theme: Theme) => ({ 5const prefixStyles = (theme: Theme) => ({
6 background: theme.inputPrefixBackground, 6 background: theme.inputPrefixBackground,