chore: Adjust design of adaptive dialogs
This commit is contained in:
parent
040c2b8369
commit
fba44d9946
3 changed files with 102 additions and 70 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue