@themes/react
Advanced tools
+2
-2
| { | ||
| "name": "@themes/react", | ||
| "version": "0.0.26", | ||
| "version": "0.0.27", | ||
| "description": "", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
| "devDependencies": { | ||
| "@themes/scheme": "^0.0.19", | ||
| "@themes/scheme": "^0.0.20", | ||
| "@types/react-test-renderer": "^16.9.1", | ||
@@ -27,0 +27,0 @@ "react-test-renderer": "^16.12.0" |
@@ -9,3 +9,3 @@ import * as React from 'react' | ||
| type ButtonType = 'normal' | 'primary' | ||
| type ButtonColorScheme = { textColor: string; backgroundColor: string } | ||
| type ButtonColorScheme = { textColor: string; backgroundColor?: string } | ||
@@ -12,0 +12,0 @@ const colorScheme: SchemeConfig<ButtonType, ButtonColorScheme> = { |
Sorry, the diff of this file is not supported yet
162984
0