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 94479c7 commit e8e157bCopy full SHA for e8e157b
src/skins/PaperSkin.js
@@ -11,5 +11,7 @@ export const getProps = (props) => {
11
background: props.background ? props.background : "#FFF",
12
color: colorFallback,
13
colorPress: props.colorPress ? props.colorPress : colorPressFallback,
14
+ buttonTextColor: colorPressFallback,
15
+ buttonPressTextColor: "auto",
16
};
17
0 commit comments