LeoColman
09/24/2021, 11:56 PMGreg Steckman
09/25/2021, 12:15 AMLeoColman
09/25/2021, 5:31 PMmargin = -10px
on root it will remove this white borderLeoColman
09/25/2021, 5:33 PMbody
by defaultGreg Steckman
09/25/2021, 5:33 PMLeoColman
09/25/2021, 5:34 PM<body style="margin: 0">
<div id="root"></div>
<script src="SeMudandoFront.js"></script>
</body>
as this will fix the white margin, but it seems weird to me to have to apply thisGreg Steckman
09/25/2021, 5:35 PMLeoColman
09/25/2021, 5:36 PMobject AppStyleSheet : StyleSheet() {
val primary = Color("#023e8a")
val primaryLight = Color("#02558b")
val accent = Color("#eb4a3b")
val accentLight = Color("#d9554d")
}
Greg Steckman
09/25/2021, 5:36 PMLeoColman
09/25/2021, 5:36 PMGreg Steckman
09/25/2021, 5:36 PMLeoColman
09/25/2021, 5:37 PMGreg Steckman
09/25/2021, 5:53 PMGreg Steckman
09/25/2021, 5:54 PMLeoColman
09/26/2021, 5:12 PMLeoColman
09/26/2021, 5:35 PMDavid Herman
10/01/2021, 4:22 PMDavid Herman
10/01/2021, 4:23 PM