update carton list and editor
This commit is contained in:
@@ -33,10 +33,8 @@ class DisplayText extends StatelessWidget {
|
||||
)
|
||||
: TextStyle(color: Colors.black54, fontFamily: "Myanmar3");
|
||||
var textStyle = languageModel.isEng
|
||||
? TextStyle(
|
||||
color: primaryColor,
|
||||
)
|
||||
: TextStyle(color: primaryColor, fontFamily: "Myanmar3");
|
||||
? TextStyle(color: Colors.black)
|
||||
: TextStyle(color: Colors.black, fontFamily: "Myanmar3");
|
||||
|
||||
return Padding(
|
||||
padding: const EdgeInsets.only(top: 8.0, bottom: 8),
|
||||
|
||||
Reference in New Issue
Block a user