chore: Adjust design of adaptive dialogs

This commit is contained in:
krille-chan 2025-02-04 21:13:37 +01:00
commit fba44d9946
No known key found for this signature in database
3 changed files with 102 additions and 70 deletions

View file

@ -210,9 +210,9 @@ class PublicRoomBottomSheet extends StatelessWidget {
ListTile(
subtitle: SelectableLinkify(
text: profile!.topic!,
linkStyle: const TextStyle(
color: Colors.blueAccent,
decorationColor: Colors.blueAccent,
linkStyle: TextStyle(
color: theme.colorScheme.primary,
decorationColor: theme.colorScheme.primary,
),
style: TextStyle(
fontSize: 14,