mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
@@ -65,7 +65,7 @@ class HotKeyword extends StatelessWidget {
|
||||
width: 48,
|
||||
height: 15,
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@@ -33,7 +33,8 @@ class SearchText extends StatelessWidget {
|
||||
onLongPress: onLongPress != null ? () => onLongPress!(text) : null,
|
||||
borderRadius: const BorderRadius.all(Radius.circular(6)),
|
||||
child: Padding(
|
||||
padding: padding ??
|
||||
padding:
|
||||
padding ??
|
||||
const EdgeInsets.symmetric(horizontal: 11, vertical: 5),
|
||||
child: Text(
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user