fix style

This commit is contained in:
SrGooglo 2023-03-31 23:14:50 +00:00
parent 5c770061f9
commit bcd471ab02
2 changed files with 8 additions and 3 deletions

View File

@ -10,7 +10,7 @@ export default () => {
const [loading, setLoading] = React.useState(true)
const onClickCreate = () => {
}
return <div className="spacesExplorer">
@ -21,7 +21,8 @@ export default () => {
<antd.Tag color="blue">Beta</antd.Tag>
</h1>
<p>
Join or create a space to start listening a synchronized music along the room </p>
Join or create a space to start listening a synchronized music along the room
</p>
</div>
<div className="spacesExplorer_header_actions">

View File

@ -25,10 +25,11 @@
display: inline-flex;
align-items: center;
font-size: 2rem;
font-weight: 500;
margin-top: 0;
.ant-tag {
margin-left: 8px;
}
@ -37,6 +38,9 @@
p {
font-size: 1rem;
font-weight: 400;
margin-top: 0;
color: var(--background-color-contrast);
}
}