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
c030bafb8a
commit
861e2485d9
@ -116,7 +116,11 @@ export default class Login extends React.Component {
|
|||||||
<div className="session_card">
|
<div className="session_card">
|
||||||
@{this.props.session.username}
|
@{this.props.session.username}
|
||||||
</div>
|
</div>
|
||||||
<antd.Button type="primary" onClick={() => window.app.setLocation(config.app?.mainPath ?? "/home")} >Go to main</antd.Button>
|
<antd.Button
|
||||||
|
type="primary"
|
||||||
|
onClick={() => window.app.setLocation(config.app?.mainPath ?? "/home")} >
|
||||||
|
Go to home
|
||||||
|
</antd.Button>
|
||||||
</div>}
|
</div>}
|
||||||
<FormGenerator
|
<FormGenerator
|
||||||
name="normal_login"
|
name="normal_login"
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid var(--border-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
.session_card {
|
.session_card {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user