aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/wrapper/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/src/wrapper/styles.ts')
-rw-r--r--packages/forms/src/wrapper/styles.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/forms/src/wrapper/styles.ts b/packages/forms/src/wrapper/styles.ts
new file mode 100644
index 000000000..72306b252
--- /dev/null
+++ b/packages/forms/src/wrapper/styles.ts
@@ -0,0 +1,5 @@
1export default {
2 container: {
3 marginBottom: 20,
4 },
5};