Merge pull request #17 from Iconica-Development/dependabot/pub/melos-6.0.0

build(deps): bump melos from 4.1.0 to 6.0.0
This commit is contained in:
Freek van de Ven 2024-06-06 10:57:24 +02:00 committed by mike doornenbal
commit 89bc007236
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ class Background extends StatelessWidget {
var theme = Theme.of(context);
var background = this.background ??
BoxDecoration(
color: theme.colorScheme.background,
color: theme.colorScheme.surface,
);
var size = MediaQuery.of(context).size;
return Container(

View file

@ -4,4 +4,4 @@ version: 3.1.0
environment:
sdk: '>=3.1.0 <4.0.0'
dev_dependencies:
melos: ">=3.0.1 <5.0.0"
melos: ">=3.0.1 <7.0.0"