fix: Fix sizes and colors
This commit is contained in:
@@ -102,7 +102,7 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
Icon(
|
Icon(
|
||||||
StreamIcons.lightning,
|
StreamIcons.lightning,
|
||||||
color: StreamChatTheme.of(context).accentColor,
|
color: StreamChatTheme.of(context).accentColor,
|
||||||
size: 15.0,
|
size: 16.0,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'GIPHY',
|
'GIPHY',
|
||||||
@@ -142,10 +142,12 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
shape: CircleBorder(),
|
shape: CircleBorder(),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Center(
|
||||||
'"${attachment.title}"',
|
child: Text(
|
||||||
style: TextStyle(
|
'"${attachment.title}"',
|
||||||
fontStyle: FontStyle.italic,
|
style: TextStyle(
|
||||||
|
fontStyle: FontStyle.italic,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@@ -191,6 +193,7 @@ class GiphyAttachment extends StatelessWidget {
|
|||||||
'Cancel',
|
'Cancel',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
|
color: Colors.black.withOpacity(0.5)
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user