Skip to content

Commit

Permalink
feat: update login button style
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlysxw committed Feb 8, 2024
1 parent 1091809 commit b18a307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/u3/src/components/layout/LoginButtonV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function LoginButtonV2() {
return (
<button
type="button"
className="flex items-center flex-[1_0_0] gap-[8px] rounded-[12px] text-white text-[16px] font-bold"
className="flex items-center gap-[8px] rounded-[12px] text-white text-[16px] font-bold"
onClick={() => {
if (isLogin) {
navigate('/u');
Expand Down
2 changes: 1 addition & 1 deletion apps/u3/src/container/community/CommunityMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function CommunityMenu({
})}
</div>
</div>
<div className="h-[76px] w-full p-[20px] box-border bg-[#14171A] text-[#FFF] text-[16px] font-normal">
<div className="flex justify-center items-center h-[76px] w-full p-[20px] box-border bg-[#14171A] text-[#FFF] text-[16px] font-normal">
<LoginButtonV2 />
</div>
</div>
Expand Down

0 comments on commit b18a307

Please sign in to comment.