Skip to content

Commit

Permalink
Merge pull request #227 from HandTris/#221-seungineer
Browse files Browse the repository at this point in the history
[🎨 UI/UX] #221 공격 상태 박스 layout 수정
  • Loading branch information
seungineer authored Jul 18, 2024
2 parents 8e04dee + f15add6 commit 3b60ead
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions handtris/src/components/TetrisPlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1224,9 +1224,9 @@ const Home: React.FC = () => {
<div className="mb-[100px] ml-[70px] mr-[70px]">
<div className="flex h-[200px] w-[350px] flex-col border-4 border-t-0">
<div className="press bg-white text-center text-2xl text-black">
BATTLE CMD
ATTACK CMD
</div>
<div className="text-center text-[40px] p-2 text-white">
<div className="flex justify-center gap-8 text-[40px] columns-2 mt-8 p-2 text-white">
<Image
src={
tetrisGameRef.current?.isFlipAttackToggleOn === true
Expand All @@ -1247,7 +1247,6 @@ const Home: React.FC = () => {
width={85}
height={85}
/>
<span>DONUT</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 3b60ead

Please sign in to comment.