fix button style

This commit is contained in:
Salvatore Giordano
2021-01-20 18:00:29 +01:00
parent 993cab00a0
commit ec915a9087
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -245,4 +245,4 @@ class _MessageViewState extends State<MessageView> {
/// Helper extension for quickly retrieving the current user id from a [Client].
extension on Client {
String get uid => state.user.id;
}
}