fix codeblock contrast
This commit is contained in:
parent
fd0b020957
commit
410d64f119
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class CodeBlock extends StatelessWidget {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
ColoredBox(
|
ColoredBox(
|
||||||
color: theme.colorScheme.surfaceContainer,
|
color: theme.colorScheme.surfaceContainerHigh,
|
||||||
child: Container(
|
child: Container(
|
||||||
constraints: BoxConstraints(minWidth: 250),
|
constraints: BoxConstraints(minWidth: 250),
|
||||||
padding: EdgeInsets.all(8),
|
padding: EdgeInsets.all(8),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue