Skip to content

Commit b0e865d

Browse files
committed
design: historyBackButton UI 변경
1 parent 5e1b14f commit b0e865d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/common/HistoryBackButton.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ const HistoryBackButton: React.FC = () => {
88
};
99

1010
return (
11-
<div className="relative">
11+
<div className="mr-auto w-3 md:w-4">
1212
<svg
1313
onClick={handleBack}
1414
className={'shrink-0'}
15-
width="256"
16-
height="512"
15+
width="100%"
16+
height="100%"
1717
viewBox="0 0 256 512"
18-
fill="none"
18+
fill="#429400"
1919
preserveAspectRatio="xMinYMin meet"
2020
xmlns="http://www.w3.org/2000/svg"
2121
>

0 commit comments

Comments
 (0)