Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<button> c?.updateTheme(new UserTheme(true, Colors.red500))}>Hello</button>
)}
const { rootView, bottomView, ContainedButton } = styles;
const setup: SetupProps = {
isSetup: true
};
return (
<button style="{ContainedButton}" color="{Colors.blue500}" mode="contained"> Actions.replace('Settings', setup)}>
{langs.agreement_agree}
</button>
<button style="{ContainedButton}" color="{Colors.red500}" mode="contained">
{langs.agreement_disagree}
</button>
<dialog>
WoWs Info
{langs.agreement_you_have_to_agree}
<button> Actions.replace('Welcome')}>{langs.agreement_retry}</button>
</dialog>
)