mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix style
This commit is contained in:
parent
5c770061f9
commit
bcd471ab02
@ -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">
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user