Files
NativeScript/apps/ui/app/button/border-playground-page.css
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

14 lines
142 B
CSS

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