Files
NativeScript/apps/ui/app/button/border-playground-page.css

14 lines
142 B
CSS

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