refactor: action buttons and scroll to bottom ui/ux

This commit is contained in:
cogwheel0
2025-09-02 20:43:57 +05:30
parent ad4a0cc340
commit 3c082ffc9e
11 changed files with 241 additions and 137 deletions

View File

@@ -43,7 +43,7 @@ class ConduitMarkdownConfig {
LinkConfig(
style: TextStyle(
color: theme.buttonPrimary,
decoration: TextDecoration.underline,
decoration: TextDecoration.none,
),
onTap: (url) async {
if (await canLaunchUrlString(url)) {