Files
NativeScript/tests/app/ui/root-view/root-modules/custom-component-root.css
Vladimir Amiorkov fb5c97cf57 fix-next(css): CSS not applied to "drawerContent" when RadSideDrawer is used as root (#5466)
* fix(XMLBuilder): Pass the "module path name" when building "custom component"
* test(root-view): root view css applied tests
2018-03-01 15:55:21 +02:00

3 lines
50 B
CSS

.MyStackLayoutRoot {
background-color: blue;
}