Added custom color for buttons

This commit is contained in:
Mawoka
2022-09-17 21:13:48 +02:00
parent 9cd0a5dab9
commit 4f2478c8e5
5 changed files with 37 additions and 7 deletions
+1
View File
@@ -65,6 +65,7 @@ class UserSession(ormar.Model):
class ABCDQuizAnswer(BaseModel):
right: bool
answer: str
color: str | None
class RangeQuizAnswer(BaseModel):