app icon, styling, light mode, top bar component
This commit is contained in:
@@ -13,7 +13,7 @@ class PeopleCard extends Shadow {
|
||||
.paddingHorizontal(0.5, em)
|
||||
.border("1px solid var(--accent)")
|
||||
.borderRadius(100, pct)
|
||||
.background("black")
|
||||
.background("var(--darkaccent)")
|
||||
|
||||
VStack(() => {
|
||||
p(this.person.first_name + " " + this.person.last_name)
|
||||
|
||||
Reference in New Issue
Block a user