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(
painter = painterResource(id = statusItem.icon),
contentDescription = null,
tint = ts_color_light_blue)
tint = MaterialTheme.colorScheme.onSurfaceVariant)
},
headlineContent = { Text(stringResource(statusItem.title)) })
}

@ -124,7 +124,7 @@
<!-- Strings for the bug report screen -->
<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 -->
<string name="dns_settings">DNS settings</string>

Loading…
Cancel
Save