Skip to content

Commit

Permalink
[CHORE] #82 : Preview 네이밍 TopBar -> SubTopBar
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 6, 2024
1 parent c137109 commit 28345a4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun WappSubTopBar(

@Preview("without Button TopBar")
@Composable
fun WappTopBarWithoutButton() {
fun WappSubTopBarWithoutButton() {
WappTheme {
Surface(
color = WappTheme.colors.backgroundBlack,
Expand All @@ -92,7 +92,7 @@ fun WappTopBarWithoutButton() {

@Preview("with Right Button TopBar")
@Composable
fun WappTopBarWithRightButton() {
fun WappSubTopBarWithRightButton() {
WappTheme {
Surface(
color = WappTheme.colors.backgroundBlack,
Expand All @@ -110,7 +110,7 @@ fun WappTopBarWithRightButton() {

@Preview("with Left Button TopBar")
@Composable
fun WappTopBarWithLeftButton() {
fun WappSubTopBarWithLeftButton() {
WappTheme {
Surface(
color = WappTheme.colors.backgroundBlack,
Expand All @@ -128,7 +128,7 @@ fun WappTopBarWithLeftButton() {

@Preview("with Both Button TopBar")
@Composable
fun WappTopBarWithBothButton() {
fun WappSubTopBarWithBothButton() {
WappTheme {
Surface(
color = WappTheme.colors.backgroundBlack,
Expand Down

0 comments on commit 28345a4

Please sign in to comment.