Skip to content

Commit

Permalink
feature #866: feat FortuneTopBar preview
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Sep 23, 2024
1 parent 9993b45 commit a092ec3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import androidx.compose.material.icons.filled.Close
import androidx.compose.material3.Icon
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import org.sopt.official.designsystem.SoptTheme

Expand All @@ -29,3 +30,13 @@ fun FortuneTopBar(
)
}
}

@Preview
@Composable
fun FortuneTopBarPreview() {
SoptTheme {
FortuneTopBar {

}
}
}

0 comments on commit a092ec3

Please sign in to comment.