update topbar style

This commit is contained in:
xmcp
2018-08-21 00:03:26 +08:00
parent a7d548fbb9
commit 35e6a08ec9
9 changed files with 165 additions and 121 deletions

View File

@@ -22,9 +22,9 @@ export function Time(props) {
);
}
export function CenteredLine(props) {
export function TitleLine(props) {
return (
<p className="centered-line aux-margin">
<p className="centered-line title-line aux-margin">
<span>{props.text}</span>
</p>
)