Skip to content

Commit

Permalink
Add new color
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rossi committed Jul 26, 2023
1 parent 6d536fa commit c3ca50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/themes/colors/ds_colors.theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ abstract class DSColors {

static const Color disabledText = Color(0xFF637798);
static const Color disabledBg = Color(0xFFE8F2FF);
static const Color contentDisable = Color(0xFF666666);

static Gradient gradientOcean = DSLinearGradient(
colors: const [
Expand All @@ -52,7 +53,6 @@ abstract class DSColors {
],
degree: -153.33,
);

static Gradient gradientTree = DSLinearGradient(
colors: const [
Color(0xFF167491),
Expand Down

0 comments on commit c3ca50c

Please sign in to comment.