Skip to content

Commit

Permalink
style: adjust switch event page title
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Mar 8, 2024
1 parent 0d92f91 commit 5c8dde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/app/opass/ccip/view/SwitchEventView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ private fun SwitchEventScreen(
navigationIcon = { BackIcon(navigator) },
title = {
Column {
Text("活動", style = Theme.t.headlineSmall)
Text("", style = Theme.t.bodySmall)
Text("OPass", style = Theme.t.titleLarge)
Text("select a event", style = Theme.t.bodySmall)
}
},
)
Expand Down

0 comments on commit 5c8dde9

Please sign in to comment.