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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/input/styles.ts b/src/components/ui/input/styles.ts
index ebae0e40d..580c72889 100644
--- a/src/components/ui/input/styles.ts
+++ b/src/components/ui/input/styles.ts
@@ -1,6 +1,6 @@
1import { Property } from 'csstype'; 1import type { Property } from 'csstype';
2 2
3import { Theme } from '../../../themes'; 3import type { Theme } from '../../../themes';
4 4
5const prefixStyles = (theme: Theme) => ({ 5const prefixStyles = (theme: Theme) => ({
6 background: theme.inputPrefixBackground, 6 background: theme.inputPrefixBackground,