binary to decimal
This commit is contained in:
@@ -12,6 +12,7 @@ const unitColorMap = {
|
||||
"unit-3": "text-unit-3-dark",
|
||||
"unit-4": "text-unit-4-dark",
|
||||
"unit-5": "text-unit-5-dark",
|
||||
"unit-6": "text-unit-6-dark",
|
||||
};
|
||||
|
||||
const unitDotColor = {
|
||||
@@ -20,6 +21,7 @@ const unitDotColor = {
|
||||
"unit-3": "bg-unit-3",
|
||||
"unit-4": "bg-unit-4",
|
||||
"unit-5": "bg-unit-5",
|
||||
"unit-6": "bg-unit-6",
|
||||
};
|
||||
|
||||
export function MobileNav() {
|
||||
|
||||
@@ -37,6 +37,12 @@ const unitColorMap = {
|
||||
heading: "text-unit-5-dark",
|
||||
hoverBg: "hover:bg-unit-5-light/50",
|
||||
},
|
||||
"unit-6": {
|
||||
active: "bg-unit-6-light text-unit-6-dark border-unit-6/20",
|
||||
dot: "bg-unit-6",
|
||||
heading: "text-unit-6-dark",
|
||||
hoverBg: "hover:bg-unit-6-light/50",
|
||||
},
|
||||
};
|
||||
|
||||
export function Sidebar() {
|
||||
|
||||
Reference in New Issue
Block a user