We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b855c74 commit 6f74e87Copy full SHA for 6f74e87
src/ui/widgets/ActionButton/actionButton.tsx
@@ -78,10 +78,10 @@ export const ActionButtonWidget = (
78
height: "100%",
79
width: "100%",
80
fontFamily: props.font?.css() ?? "",
81
- color:
+ color:
82
props.foregroundColor?.toString() ??
83
defaultColours.palette.primary.contrastText,
84
- backgroundColor:
+ backgroundColor:
85
props.backgroundColor?.toString() ??
86
defaultColours.palette.primary.main,
87
border: props.border?.css() ?? ""
0 commit comments