chore(ui): fix merge changes
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:stream_chat_flutter/src/stream_chat_theme.dart';
|
import 'package:stream_chat_flutter/src/stream_chat_theme.dart';
|
||||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||||
|
import 'package:stream_chat_flutter/src/extension.dart';
|
||||||
|
|
||||||
/// Widget for displaying a footnote
|
/// Widget for displaying a footnote
|
||||||
class VisibleFootnote extends StatelessWidget {
|
class VisibleFootnote extends StatelessWidget {
|
||||||
@@ -19,7 +20,7 @@ class VisibleFootnote extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Text(
|
Text(
|
||||||
'Only visible to you',
|
context.translations.onlyVisibleToYouText,
|
||||||
style: chatThemeData.textTheme.footnote
|
style: chatThemeData.textTheme.footnote
|
||||||
.copyWith(color: chatThemeData.colorTheme.textLowEmphasis),
|
.copyWith(color: chatThemeData.colorTheme.textLowEmphasis),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user