A cheap attempt at a native Bluesky client for Android

Skeet text: use onSurfaceVariant for tags

Change the color of tags in skeet text from `onSurface` to `onSurfaceVariant` for better visual distinction.

+1 -1
+1 -1
app/src/main/java/industries/geesawra/monarch/datalayer/Models.kt
··· 427 427 428 428 is FacetFeatureUnion.Tag -> withStyle( 429 429 SpanStyle( 430 - color = MaterialTheme.colorScheme.onSurface 430 + color = MaterialTheme.colorScheme.onSurfaceVariant 431 431 ) 432 432 ) 433 433 {