diff --git a/webui/src/pages/GameCreation/components/InfoArea/components/Member/Member.jsx b/webui/src/pages/GameCreation/components/InfoArea/components/Member/Member.jsx index c87280a..9e18185 100644 --- a/webui/src/pages/GameCreation/components/InfoArea/components/Member/Member.jsx +++ b/webui/src/pages/GameCreation/components/InfoArea/components/Member/Member.jsx @@ -3,7 +3,7 @@ import {faUser} from "@fortawesome/free-solid-svg-icons"; import "./styles.sass"; export const Member = ({name}) => ( -
+

{name}

diff --git a/webui/src/pages/GameCreation/components/InfoArea/components/Member/styles.sass b/webui/src/pages/GameCreation/components/InfoArea/components/Member/styles.sass index 7611bd5..166aca0 100644 --- a/webui/src/pages/GameCreation/components/InfoArea/components/Member/styles.sass +++ b/webui/src/pages/GameCreation/components/InfoArea/components/Member/styles.sass @@ -6,10 +6,6 @@ gap: 0.5rem flex-direction: column align-items: center - background-color: $background - backdrop-filter: blur(10px) - border: 2px solid $border - border-radius: 0.8rem cursor: pointer transition: transform 0.2s ease-in-out text-align: center