mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Call native setters once when a page is instantiated. Fix background not being reset, Label's background is now set to background, not layer Make the nativeView field instead of property for performance reasons
8 lines
133 B
CSS
8 lines
133 B
CSS
#btn2, #btn3, #btn4 {
|
|
border-width: 2;
|
|
border-color: teal;
|
|
border-radius: 20;
|
|
font-weight: 400;
|
|
font-size: 32;
|
|
}
|