change embed color
This commit is contained in:
parent
df491b2ed3
commit
6534e2d46e
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ class LinkPreview extends ConsumerWidget {
|
||||||
.watch(LaunchHelper.provider)
|
.watch(LaunchHelper.provider)
|
||||||
.launchUrl(Uri.parse(link)),
|
.launchUrl(Uri.parse(link)),
|
||||||
child: Card(
|
child: Card(
|
||||||
|
color: Theme.of(
|
||||||
|
context,
|
||||||
|
).colorScheme.surfaceContainerHighest,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsetsGeometry.all(8),
|
padding: EdgeInsetsGeometry.all(8),
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue