mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-05-17 22:46:03 +08:00
Fix multiline message clipping text fields (#298)
* Reduce chat text field max lines to 3 * Increase text field content padding
This commit is contained in:
@ -36,7 +36,7 @@ class FrostyThemes {
|
||||
surfaceTintColor: backgroundColor,
|
||||
),
|
||||
inputDecorationTheme: InputDecorationTheme(
|
||||
contentPadding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
contentPadding: const EdgeInsets.symmetric(horizontal: 20, vertical: 8),
|
||||
border: OutlineInputBorder(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(100)),
|
||||
borderSide: BorderSide(color: secondaryBackground),
|
||||
|
Reference in New Issue
Block a user