From d60087cd90fc4ea5c14afbc16c9b938df3ad3974 Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Fri, 30 Jul 2021 01:48:45 +0000 Subject: Within the packages, use relative paths for imports. (#1705) --- packages/forms/src/input/styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/forms/src/input') 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 @@ -import { Theme } from '@meetfranz/theme'; import { Property } from 'csstype'; +import { Theme } from '../../../theme'; + const prefixStyles = (theme: Theme) => ({ background: theme.inputPrefixBackground, color: theme.inputPrefixColor, -- cgit v1.2.3-54-g00ecf