aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/textarea/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/textarea/styles.ts')
-rw-r--r--src/components/ui/textarea/styles.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/textarea/styles.ts b/src/components/ui/textarea/styles.ts
index f2267e000..36fc2a82e 100644
--- a/src/components/ui/textarea/styles.ts
+++ b/src/components/ui/textarea/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
5export default (theme: Theme) => ({ 5export default (theme: Theme) => ({
6 label: { 6 label: {