Skip to content

Commit

Permalink
Revert v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Nov 17, 2023
1 parent 5e4a8b1 commit 4533678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@purduehackers/time",
"version": "0.6.5",
"version": "0.6.7",
"description": "convert between traditional time and lightning time ⚡️",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export function useLightningTimeClock() {
const [lightningTimeClock, setLightningTime] = useState<string>('0~0~0')
const [normalTimeClock, setNormalTime] = useState<string>('12:00 AM')
const [timeColors, setTimeColors] = useState<Colors>({
boltColor: '#00000000',
zapColor: '#00000000',
sparkColor: '#00000000'
boltColor: '#ffffff',
zapColor: '#ffffff',
sparkColor: '#ffffff'
})

useEffect(() => {
Expand Down

0 comments on commit 4533678

Please sign in to comment.