FredericHeem/starhackit

View on GitHub
mobile/src/components/FormItem.js

Summary

Maintainability
A
0 mins
Test Coverage

import glamorous from "glamorous-native";

export default (/*{theme}*/) =>
  glamorous.view({
    margin: 6,
    padding: 6,
    backgroundColor: "white"
  })