Skip to content

Commit c60bce9

Browse files
committed
color borders
1 parent e3a3776 commit c60bce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/solves/ModalSolve.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function ModalSolve() {
7373
}}
7474
>
7575
<div className="w-full h-auto text-xs border rounded-md sm:w-96 bg-neutral-200 border-neutral-800 ">
76-
<div className="flex items-center justify-between p-3 border-b border-zinc-800">
76+
<div className="flex items-center justify-between p-3 border-b border-neutral-400">
7777
<div className="flex items-center text-lg font-bold">
7878
{formatTime(solve.time)}
7979
<span className="text-xs text-red-500">
@@ -93,7 +93,7 @@ export default function ModalSolve() {
9393
</div>
9494
</div>
9595
</div>
96-
<div className="flex flex-col items-center justify-between p-3 font-medium border-b border-zinc-800 text-md">
96+
<div className="flex flex-col items-center justify-between p-3 font-medium border-b border-neutral-400 text-md">
9797
<div className="text-md">{solve.scramble}</div>
9898
<ScrambleDisplay
9999
className="w-full h-32 my-3"
@@ -103,11 +103,11 @@ export default function ModalSolve() {
103103
></ScrambleDisplay>
104104
</div>
105105

106-
<div className="relative flex items-center justify-center gap-3 p-3 border-b light border-zinc-800">
106+
<div className="flex items-center justify-center gap-3 p-3 border-b light border-zinc-800">
107107
{!isAllSolve() && (
108108
<button
109109
type="button"
110-
className="absolute flex items-center justify-center w-12 h-8 p-1 transition duration-500 border rounded-md left-3 top-3 hover:text-neutral-800 bg-neutral-300 hover:border-zinc-400 border-zinc-600"
110+
className="flex items-center justify-center w-12 h-8 p-1 transition duration-500 border rounded-md left-3 top-3 hover:text-neutral-800 bg-neutral-300 hover:border-zinc-400 border-zinc-600"
111111
onClick={() => handleMove()}
112112
>
113113
<svg

0 commit comments

Comments
 (0)