refactor: action buttons and scroll to bottom ui/ux
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user