chore: clean unnecessary todos (#3018)

This commit is contained in:
Mayur Mahajan 2023-07-18 08:17:55 +05:30 committed by GitHub
parent 778e462523
commit 1f720efc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,6 @@ void main() {
}); });
} }
// TODO(Lucas.Xu): there're no shorctcuts for underline, format code yet.
const _sample = r''' const _sample = r'''
# Heading 1 # Heading 1
## Heading 2 ## Heading 2

View File

@ -165,7 +165,7 @@ class OutlineItemWidget extends StatelessWidget {
final style = textStyle.href.combine(textStyle.text); final style = textStyle.href.combine(textStyle.text);
return FlowyHover( return FlowyHover(
style: HoverStyle( style: HoverStyle(
hoverColor: Colors.grey.withOpacity(0.2), // TODO: use theme color. hoverColor: Theme.of(context).hoverColor,
), ),
child: GestureDetector( child: GestureDetector(
onTap: () => updateBlockSelection(context), onTap: () => updateBlockSelection(context),