There was an error while loading. Please reload this page.
Below is my code :<Buttontitle="login"style={{height: 40,width:300,marginTop:10}}/>
<Button
title="login"
style={{height: 40,width:300,marginTop:10}}
/>
But always my button displayed in the default position and with the default width and height.
Below is my code :
<Buttontitle="login"style={{height: 40,width:300,marginTop:10}}/>But always my button displayed in the default position and with the default width and height.