mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
feat: add divider between sidebar and the page (#1450)
This commit is contained in:
parent
dc462b3847
commit
dcf6628aa3
1 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,11 @@ class HomeMenu extends StatelessWidget {
|
|||
Widget _renderBody(BuildContext context) {
|
||||
// nested column: https://siddharthmolleti.com/flutter-box-constraints-nested-column-s-row-s-3dfacada7361
|
||||
return Container(
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
border:
|
||||
Border(right: BorderSide(color: Theme.of(context).dividerColor)),
|
||||
),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue