feat: Update ProfileNavigationItem to use a rounded corner shape with increased radius

This commit is contained in:
2026-01-21 03:09:39 +05:00
parent 5145388e02
commit dcfbb020be
7 changed files with 105 additions and 42 deletions

View File

@@ -34,5 +34,8 @@ data class EncryptedAccountEntity(
val lastUsed: String? = null,
@ColumnInfo(name = "is_active")
val isActive: Boolean = true
val isActive: Boolean = true,
@ColumnInfo(name = "username")
val username: String? = null
)