.field-base {
  composes: body1 from "~@xo-union/tk-ui-typography/lib/font-scale-categories.css";
  composes: base from "./base.css";
  -webkit-appearance: none;
          appearance: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}