chore: Remove custom VisuallyHidden component

This commit is contained in:
Tom Moor
2021-01-23 09:47:02 -08:00
parent 4106f15450
commit 96e65f495e
5 changed files with 4 additions and 17 deletions

View File

@ -2,8 +2,8 @@
import { observable } from "mobx";
import { observer } from "mobx-react";
import * as React from "react";
import { VisuallyHidden } from "reakit/VisuallyHidden";
import styled from "styled-components";
import VisuallyHidden from "components/VisuallyHidden";
import { Outline, LabelText } from "./Input";
const Select = styled.select`