Files
NativeScript/e2e/ui-tests-app/app/button/border-playground-page.css
2019-09-19 15:40:31 +03:00

14 lines
142 B
CSS

StackLayout {
background-color: lightgray;
}
Button {
font-size: 8;
width: 70;
height: 40;
}
TextView {
font-size: 8;
}