Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Aug 9, 2024
1 parent d66341e commit 56ecfcc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ fun DestinationBar(modifier: Modifier = Modifier) {

},
colors = TopAppBarDefaults.topAppBarColors().copy(
containerColor = JetsnackTheme.colors.uiBackground.copy(alpha = AlphaNearOpaque),
containerColor = JetsnackTheme.colors.uiBackground
.copy(alpha = AlphaNearOpaque),
titleContentColor = JetsnackTheme.colors.textSecondary
),
)
Expand Down

0 comments on commit 56ecfcc

Please sign in to comment.