Files
NativeScript/apps/ui/app/button/border-playground-page.css
2020-08-11 22:50:33 -07:00

14 lines
142 B
CSS

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