Some Tailnet lock cleanup

Signed-off-by: Percy Wegmann <percy@tailscale.com>
ox/styling_bak
Percy Wegmann 2 years ago
parent cf6f1cb4a1
commit c0b1138f56
No known key found for this signature in database
GPG Key ID: 29D8CDEB4C13D48B

@ -59,7 +59,7 @@ fun TailnetLockSetupView(
Icon( Icon(
painter = painterResource(id = statusItem.icon), painter = painterResource(id = statusItem.icon),
contentDescription = null, contentDescription = null,
tint = ts_color_light_blue) tint = MaterialTheme.colorScheme.onSurfaceVariant)
}, },
headlineContent = { Text(stringResource(statusItem.title)) }) headlineContent = { Text(stringResource(statusItem.title)) })
} }

@ -124,7 +124,7 @@
<!-- Strings for the bug report screen --> <!-- Strings for the bug report screen -->
<string name="bug_report_id">Bug report ID</string> <string name="bug_report_id">Bug report ID</string>
<string name="learn_more">Learn more</string> <string name="learn_more">Learn more</string>
<!-- Strings for DNS settings --> <!-- Strings for DNS settings -->
<string name="dns_settings">DNS settings</string> <string name="dns_settings">DNS settings</string>

Loading…
Cancel
Save