We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254b385 commit 5bd7828Copy full SHA for 5bd7828
pages/index.js
@@ -8,7 +8,6 @@ import Notice from "../components/notice";
8
import UploadButton from "../components/uploadButton";
9
import TagField from "../components/tagField";
10
import TranscriptField from "../components/transcriptField";
11
-import {Android} from "@material-ui/icons";
12
13
const Home = () => {
14
// 音声認識インスタンス
@@ -151,11 +150,11 @@ const Home = () => {
151
150
</Grid>
152
<Box m={2}>
153
<Grid container alignItems="center" justify="center">
154
- <Grid item xs={2}>
+ <Grid item>
155
<Button
156
variant="outlined"
157
disabled={detecting}
158
- color="primary"
+ color="secondary"
159
size="large"
160
onClick={() => {
161
recognizerRef.current.start();
0 commit comments