Skip to content

Commit

Permalink
style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed May 20, 2024
1 parent 1f29e42 commit b211d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Login/New/components/PlayerItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ const PlayerItem: FunctionComponent<PlayerItemProps> = (props) => {
position: "relative",
border: "1px solid",
borderColor: "divider",
borderRadius: "8px",
borderRadius: theme.shape.borderRadius + "px",
}}
>
<Box
sx={{
borderRadius: "8px",
borderRadius: theme.shape.borderRadius + "px",
overflow: "hidden",
}}
>
<Stack direction="row">
<TextField
label="username"
label={isOffline ? "display name" : "username"}
fullWidth
variant="filled"
data-lpignore="true" // Disable LastPass
Expand Down

0 comments on commit b211d93

Please sign in to comment.