mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
add midnight theme and fix some styles
This commit is contained in:
@@ -280,7 +280,7 @@ export const columns = [
|
||||
const original = row.original;
|
||||
return (
|
||||
<span
|
||||
class="x-link pr-2.5"
|
||||
class="x-link pr-2.5 cursor-pointer"
|
||||
onClick={() => showUserDialog(original.userId)}
|
||||
>
|
||||
{original.displayName}
|
||||
|
||||
Reference in New Issue
Block a user