Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-26 12:15:25 +08:00
parent c9a02f9c74
commit 25fca498fc
41 changed files with 313 additions and 286 deletions

View File

@@ -230,6 +230,7 @@ class _SharePanelState extends State<SharePanel> {
textInputAction: TextInputAction.newline,
decoration: InputDecoration(
hintText: '说说你的想法吧...',
visualDensity: .standard,
hintStyle: const TextStyle(fontSize: 14),
border: const OutlineInputBorder(
borderSide: BorderSide.none,
@@ -237,9 +238,9 @@ class _SharePanelState extends State<SharePanel> {
),
filled: true,
isDense: true,
contentPadding: const EdgeInsets.symmetric(
horizontal: 16,
vertical: 8,
contentPadding: const .symmetric(
horizontal: 12,
vertical: 6,
),
fillColor: theme.colorScheme.onInverseSurface,
),