Skip to content

Commit

Permalink
Feature - Theme
Browse files Browse the repository at this point in the history
- Changed Background;
- Corrected logo position.
  • Loading branch information
MDalfre committed Jul 30, 2021
1 parent 0174da9 commit e871456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/components/Top.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ fun top() {
horizontalAlignment = Alignment.CenterHorizontally
) {
Image(
bitmap = imageFromResource("logo-long.png"), "Logo"
bitmap = imageFromResource("logo-long.png"),
contentDescription = "Logo"
)
}
}
Expand Down

0 comments on commit e871456

Please sign in to comment.