hive-react-kit 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/components/HiveToolbar.d.ts +2 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +35 -33
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,8 @@ import { HiveToolbar } from 'hive-react-kit';
|
|
|
111
111
|
| `isHsnaps` | `boolean` | `true` | Show/hide HSnaps link |
|
|
112
112
|
| `isHiveFestFacts` | `boolean` | `true` | Show/hide HiveFestFacts link |
|
|
113
113
|
| `backgroundColor` | `string` | `'#ffffff'` | Toolbar background color |
|
|
114
|
+
| `textColor` | `string` | `'#4b5563'` | Text color for all app names |
|
|
115
|
+
| `borderTopColor` | `string` | `'#e2e8f0'` | Top border color of the toolbar |
|
|
114
116
|
|
|
115
117
|
> **Note:** Vote Witness Sagar, Vote Witness 3Speak, and 3Speak are always visible and cannot be hidden.
|
|
116
118
|
|