aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/input/styles.ts
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-30 01:48:45 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-30 07:18:45 +0530
commitd60087cd90fc4ea5c14afbc16c9b938df3ad3974 (patch)
tree7e2fa3e763590b00b4f0f11cd67316ece899e81b /packages/forms/src/input/styles.ts
parentUpgraded 'electron-builder' to '22.11.10'. (diff)
downloadferdium-app-d60087cd90fc4ea5c14afbc16c9b938df3ad3974.tar.gz
ferdium-app-d60087cd90fc4ea5c14afbc16c9b938df3ad3974.tar.zst
ferdium-app-d60087cd90fc4ea5c14afbc16c9b938df3ad3974.zip
Within the packages, use relative paths for imports. (#1705)
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,