mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -143,6 +143,7 @@ class _CreateVotePageState extends State<CreateVotePage> {
|
||||
top: 4,
|
||||
bottom: 4,
|
||||
),
|
||||
visualDensity: .standard,
|
||||
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||
foregroundColor: theme.colorScheme.onSurfaceVariant,
|
||||
backgroundColor: theme.colorScheme.onInverseSurface,
|
||||
@@ -370,7 +371,12 @@ class _CreateVotePageState extends State<CreateVotePage> {
|
||||
..updateCanCreate(),
|
||||
child: Text(
|
||||
'${const ['文字', '图片'][index]}投票',
|
||||
strutStyle: const StrutStyle(forceStrutHeight: true),
|
||||
style: const TextStyle(fontSize: 14, height: 1),
|
||||
strutStyle: const StrutStyle(
|
||||
height: 1,
|
||||
leading: 0,
|
||||
fontSize: 14,
|
||||
),
|
||||
),
|
||||
);
|
||||
if (isEnable) {
|
||||
|
||||
Reference in New Issue
Block a user