Add clip list component
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
div.recorder-root {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
padding: 10px 10px 0 10px;
|
||||
|
||||
div.recorder-slider {
|
||||
width: 100%;
|
||||
|
||||
@@ -62,7 +62,7 @@ class Recorder extends Component<IRecorderProps> {
|
||||
if (this.props.running) {
|
||||
return "Stop";
|
||||
} else {
|
||||
return "CircleStop";
|
||||
return "StatusCircleRing";
|
||||
}
|
||||
}
|
||||
return "Play";
|
||||
|
||||
Reference in New Issue
Block a user