Skip to content

Commit

Permalink
Use material blue and red as default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 13, 2024
1 parent ec2c9d2 commit 90110c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/lib/src/models/colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class BasicColors {
static const light = 0xFFD9D9D9;
static const black = 0xFF000000;
static const dark = 0xFF1A1A1A;
static const red = 0xFFFF0000;
static const blue = 0xFF0000FF;
static const red = 0xFFF44336;
static const blue = 0xFF2196F3;
static const transparent = 0x00000000;

const BasicColors._();
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ packages:
dependency: "direct main"
description:
path: "packages/material_leap"
ref: f29b1ae0e338ec155e1c5b0a204c399232904540
resolved-ref: f29b1ae0e338ec155e1c5b0a204c399232904540
ref: "00fcc9045bf59c2d3890587ed6926b2856e61b9a"
resolved-ref: "00fcc9045bf59c2d3890587ed6926b2856e61b9a"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies:
material_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs
ref: f29b1ae0e338ec155e1c5b0a204c399232904540
ref: 00fcc9045bf59c2d3890587ed6926b2856e61b9a
path: packages/material_leap
lw_sysapi:
git:
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Add render resolution to improve moving on canvas
* Improve responsiveness of exact slider
* Change zoom dependent to false by default
* Use material blue and red as default colors
* Fix export on web
* Fix shape detection always enabled in pen tool
* Fix ruler not working correctly in pen tool
Expand Down

0 comments on commit 90110c2

Please sign in to comment.