This commit is contained in:
Ali
2023-08-10 00:13:20 +03:00
parent e0c9a3075d
commit 458a153bad
14 changed files with 501 additions and 66 deletions

View File

@@ -287,7 +287,7 @@ final class StorageUsageScreenComponent: Component {
case .misc:
return UIColor(rgb: 0xFF9500)
case .stories:
return UIColor(rgb: 0x3478F6)
return UIColor(rgb: 0xFF2D55)
}
}