Skip to content

Commit

Permalink
Update Button component styling and functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
karnelll committed Nov 5, 2024
1 parent 4bd5e33 commit 8f9071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/src/app/components/common/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Button({
if (!disabled) {
buttonStyle =
type === "start"
? "bg-darkGray text-white"
? "bg-[#F73A2C] text-white" // 시작하기 버튼 색상 변경
: "bg-gray-500 text-grayscale-0";
}

Expand Down

0 comments on commit 8f9071c

Please sign in to comment.