From 7a3ca8a956468db1e3a66b4f0ec3beb8ad0b81f3 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 10 May 2020 11:48:31 -0700 Subject: add focus opacity change, password input --- frontend/src/components/Options.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 frontend/src/components/Options.js (limited to 'frontend/src/components/Options.js') diff --git a/frontend/src/components/Options.js b/frontend/src/components/Options.js new file mode 100644 index 0000000..81f2046 --- /dev/null +++ b/frontend/src/components/Options.js @@ -0,0 +1,22 @@ +import React from 'react'; +import styled from 'styled-components' +import { PassInput } from './Inputs' + +const Float = styled.div` + float: right; +` + +class OptionsContainer extends React.Component { + render() { + return ( + + + + ); + } +} + +export default OptionsContainer \ No newline at end of file -- cgit v1.2.3