Fix: Small changes to profile context menu

This commit is contained in:
nizune
2021-07-04 13:41:52 +02:00
committed by Paul
parent 1a08f50997
commit 49e49f3952
5 changed files with 10 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ export function Roles({ server }: Props) {
<div className={styles.list}>
<div className={styles.title}>
<h1><Text id="app.settings.server_pages.roles.title" /></h1>
<Plus size={16} onClick={() =>
<Plus size={22} onClick={() =>
openScreen({ id: 'special_input', type: 'create_role', server: server._id, callback: id => setRole(id) })} />
</div>
{ [ 'default', ...Object.keys(roles) ]