Skip to content

Commit 6f74e87

Browse files
committed
Final time
1 parent b855c74 commit 6f74e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/widgets/ActionButton/actionButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ export const ActionButtonWidget = (
7878
height: "100%",
7979
width: "100%",
8080
fontFamily: props.font?.css() ?? "",
81-
color:
81+
color:
8282
props.foregroundColor?.toString() ??
8383
defaultColours.palette.primary.contrastText,
84-
backgroundColor:
84+
backgroundColor:
8585
props.backgroundColor?.toString() ??
8686
defaultColours.palette.primary.main,
8787
border: props.border?.css() ?? ""

0 commit comments

Comments
 (0)