Skip to content

Commit

Permalink
fix: button format:neckbeard:
Browse files Browse the repository at this point in the history
  • Loading branch information
bieshan committed Jan 5, 2021
1 parent 254b385 commit 5bd7828
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Notice from "../components/notice";
import UploadButton from "../components/uploadButton";
import TagField from "../components/tagField";
import TranscriptField from "../components/transcriptField";
import {Android} from "@material-ui/icons";

const Home = () => {
// 音声認識インスタンス
Expand Down Expand Up @@ -151,11 +150,11 @@ const Home = () => {
</Grid>
<Box m={2}>
<Grid container alignItems="center" justify="center">
<Grid item xs={2}>
<Grid item>
<Button
variant="outlined"
disabled={detecting}
color="primary"
color="secondary"
size="large"
onClick={() => {
recognizerRef.current.start();
Expand Down

0 comments on commit 5bd7828

Please sign in to comment.