mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update workspace button tooltip sytle
This commit is contained in:
parent
7654e59430
commit
2a3c915fe4
@ -1,5 +1,6 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:flowy_infra_ui/widget/flowy_tooltip.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:google_fonts/google_fonts.dart';
|
import 'package:google_fonts/google_fonts.dart';
|
||||||
|
|
||||||
@ -201,7 +202,7 @@ class FlowyText extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (withTooltip) {
|
if (withTooltip) {
|
||||||
child = Tooltip(
|
child = FlowyTooltip(
|
||||||
message: text,
|
message: text,
|
||||||
child: child,
|
child: child,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user