feat(polls/web/native): fixed identical answers verification (#14782)

* feat(polls/web/native): fixed identical answers verification
This commit is contained in:
Calinteodor
2024-05-28 14:06:11 +03:00
committed by GitHub
parent cdcb4cdbfb
commit 75e7f64311
4 changed files with 60 additions and 13 deletions

View File

@@ -73,5 +73,15 @@ export default {
clearIcon: {
color: BaseTheme.palette.icon01
},
bottomLabel: {
...BaseTheme.typography.labelRegular,
color: BaseTheme.palette.text02,
marginTop: BaseTheme.spacing[2]
},
bottomLabelError: {
color: BaseTheme.palette.textError
}
};