feat: change channel visibility

This commit is contained in:
Tristan Yang
2022-10-31 17:13:47 +08:00
parent 4950a0663c
commit f89f89eb46
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ import { useState, useId, FC } from "react";
import styled from "styled-components";
const StyledForm = styled.form`
width: 100%;
> .option {
&:not(:last-child) {
margin-bottom: 8px;