fixed some icons

This commit is contained in:
Kima
2024-04-23 20:10:00 +02:00
parent d740dea1f7
commit 7ac8c55b17
4 changed files with 9 additions and 4 deletions

View File

@@ -267,7 +267,12 @@ class GradeValueWidget extends StatelessWidget {
textAlign: TextAlign.center,
);
} else if (value.valueName.toLowerCase().specialChars() == 'nem irt') {
valueText = const Icon(FeatherIcons.slash);
valueText = Icon(
Icons.edit_off_rounded,
size: size / 1.5,
);
color = AppColors.of(context).text;
} else {
valueText = Stack(alignment: Alignment.topRight, children: [
Transform.translate(