Skip to content

Commit 645b73c

Browse files
fix: correct color property syntax for Video button style
1 parent 2bc23f5 commit 645b73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/buttonStyleUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const BUTTON_STYLE_MAP: Record<string, ButtonStyles> = {
2626
Video: {
2727
border: "1px solid #A9B3D8",
2828
backgroundColor: "#EDF1FF",
29-
color: "#3357E4;",
29+
color: "#3357E4",
3030
borderRadius: "3px 3px 14px 14px",
3131
},
3232
Training: {

0 commit comments

Comments
 (0)