Add custom CSS (#264)

This commit is contained in:
Riccardo Graziosi
2024-01-23 18:50:42 +01:00
committed by GitHub
parent 653e139a9e
commit d7e7db9f72
40 changed files with 421 additions and 54 deletions

View File

@@ -168,7 +168,7 @@ class NewPost extends React.Component<Props, State> {
}
</Button>
:
<a href="/users/sign_in" className="btn btn-dark">
<a href="/users/sign_in" className="btn btnPrimary">
{I18n.t('board.new_post.login_button')}
</a>
}