aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/input/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/src/input/styles.ts')
-rw-r--r--packages/forms/src/input/styles.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/forms/src/input/styles.ts b/packages/forms/src/input/styles.ts
index 1fe6a03cd..6d56e93b3 100644
--- a/packages/forms/src/input/styles.ts
+++ b/packages/forms/src/input/styles.ts
@@ -1,6 +1,7 @@
1import { Theme } from '@meetfranz/theme';
2import { Property } from 'csstype'; 1import { Property } from 'csstype';
3 2
3import { Theme } from '../../../theme';
4
4const prefixStyles = (theme: Theme) => ({ 5const prefixStyles = (theme: Theme) => ({
5 background: theme.inputPrefixBackground, 6 background: theme.inputPrefixBackground,
6 color: theme.inputPrefixColor, 7 color: theme.inputPrefixColor,