Remove border for glossary and project
parent
c3a9a8bbf9
commit
013d76697a
|
@ -82,7 +82,6 @@ fun app() {
|
|||
.height(300.dp)
|
||||
.width(250.dp)
|
||||
.padding(10.dp)
|
||||
.border(1.dp, Color.Black)
|
||||
) {
|
||||
val scrollState = rememberLazyListState()
|
||||
glossaries = loadGlossaries(appState.selectedProject!!)
|
||||
|
|
|
@ -44,8 +44,7 @@ fun projectsPage(
|
|||
modifier = Modifier
|
||||
.padding(10.dp)
|
||||
.width(200.dp)
|
||||
.height(300.dp)
|
||||
.border(1.dp, Color.Black),
|
||||
.height(300.dp),
|
||||
verticalArrangement = Arrangement.spacedBy(10.dp)
|
||||
) {
|
||||
if (projects.isEmpty()) {
|
||||
|
|
Loading…
Reference in New Issue