WIP
This commit is contained in:
parent
d26eb5d8fa
commit
1e997a6de6
|
@ -93,9 +93,9 @@ class _RegisiterVistorTemplateComponentWidgetState
|
|||
return false;
|
||||
}
|
||||
|
||||
if (_isVisitorRegistered) {
|
||||
return false;
|
||||
}
|
||||
// if (_isVisitorRegistered) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -271,9 +271,16 @@ class _RegisiterVistorTemplateComponentWidgetState
|
|||
.labelSmall
|
||||
.override(
|
||||
fontFamily: 'Nunito',
|
||||
color: Color.alphaBlend(
|
||||
color: Theme.of(context)
|
||||
.brightness ==
|
||||
Brightness.dark
|
||||
? Color.alphaBlend(
|
||||
Colors.white
|
||||
.withOpacity(0.7),
|
||||
Colors.red)
|
||||
: Color.alphaBlend(
|
||||
Colors.black
|
||||
.withOpacity(0.25),
|
||||
Colors.red),
|
||||
fontSize: 13.0,
|
||||
letterSpacing: 0.0,
|
||||
|
|
Loading…
Reference in New Issue