Skip to content

Commit e8e157b

Browse files
committed
fix(paper): button text color purple
1 parent 94479c7 commit e8e157b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/skins/PaperSkin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ export const getProps = (props) => {
1111
background: props.background ? props.background : "#FFF",
1212
color: colorFallback,
1313
colorPress: props.colorPress ? props.colorPress : colorPressFallback,
14+
buttonTextColor: colorPressFallback,
15+
buttonPressTextColor: "auto",
1416
};
1517
};

0 commit comments

Comments
 (0)