Skip to content

Commit

Permalink
fix: Darkmode scheme on extended panels (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
vik4114 authored Mar 20, 2022
1 parent 39ea391 commit d15ce49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class KnowledgePanelCard extends StatelessWidget {
appBar: AppBar(),
body: SingleChildScrollView(
child: SmoothCard(
color: const Color(0xfff5f6fa),
padding: const EdgeInsets.all(
SMALL_SPACE,
),
Expand Down

0 comments on commit d15ce49

Please sign in to comment.