mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +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">
|
||||
@{this.props.session.username}
|
||||
</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>}
|
||||
<FormGenerator
|
||||
name="normal_login"
|
||||
|
@ -47,7 +47,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
border: 1px solid #e5e5e5;
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 8px;
|
||||
|
||||
.session_card {
|
||||
|
Loading…
x
Reference in New Issue
Block a user