Skip to content

Commit

Permalink
Ajustes de cores
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoramaral10 committed Sep 2, 2022
1 parent ef489b3 commit 840f616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/cm_dropdown_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class CMDropdownButton extends StatelessWidget {
fontSize: 16,
color: CMColors.dark,
),
fillColor: Colors.orange,
fillColor: CMColors.orangeDefault,
border: const OutlineInputBorder(),
errorBorder: const OutlineInputBorder(
borderSide: BorderSide(color: CMColors.danger),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cm_components
description: A new Flutter package project.
version: 1.1.0
version: 1.2.0
homepage:

environment:
Expand Down

0 comments on commit 840f616

Please sign in to comment.