Skip to content

Commit ea45511

Browse files
authored
update length of hex values to 6 chars (#265)
# Problem HOT FIX to update hex values to 6 digits. The built in hex-parsers expect 6 digits # Solution changed to #ffffff and #000000
1 parent 7f4aad8 commit ea45511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/assets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"colors": {
33
"primary": "#54B2AB",
4-
"light": "#fff",
5-
"dark": "#000"
4+
"light": "#ffffff",
5+
"dark": "#000000"
66
},
77
"content": {
88
"title": "Sign In With Frequency"

0 commit comments

Comments
 (0)