Skip to content

Commit

Permalink
Updated base color
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsojan committed Jul 4, 2024
1 parent 9e1c97f commit eeb6986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbinary/neetoui-rn",
"version": "0.0.284",
"version": "0.0.285-beta",
"main": "lib/index.js",
"author": "BigBinary",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { moderateScale } from "react-native-size-matters";

const defaultColors = {
white: "#ffffff",
base: "#4557F8",
base: "#008068",
danger: "#D7373F",
success: "#268E6C",
success: "#018d6d",
menubackground: "#F6F6FA",
};

Expand Down

0 comments on commit eeb6986

Please sign in to comment.