Files
NativeScript/e2e/ui-tests-app/app/button/border-playground-page.css
2019-06-20 15:58:36 +03:00

13 lines
141 B
CSS

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