app visual cleanup

This commit is contained in:
Brandon Liu
2022-06-15 10:56:54 +08:00
parent 14120600d2
commit cbc5f19083
5 changed files with 54 additions and 17 deletions

View File

@@ -45,6 +45,7 @@ const Container = styled("div", {
const Button = styled("button", {
padding: "$1 $2",
marginBottom:"$1",
borderRadius: "$2",
cursor: "pointer",
variants: {
@@ -79,7 +80,7 @@ const Example = styled("div", {
borderBottom: "1px solid $white",
},
"&:hover": {
backgroundColor: "$white",
backgroundColor: "$hover",
},
variants: {
selected: {
@@ -142,7 +143,7 @@ function Start(props: {
onChange={onRemoteUrlChangeHandler}
></Input>
<Button color="gray" onClick={onSubmit}>
Load
Load URL
</Button>
<Label htmlFor="localFile">Select a local file</Label>
<Dropzone {...getRootProps()}>