1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

restructure components & clean up unused code [skip ci]

This commit is contained in:
checktheroads
2020-12-29 15:58:36 -07:00
parent 634606c8d0
commit fc018955c0
29 changed files with 81 additions and 477 deletions

View File

@@ -15,7 +15,7 @@ export const Chart = (props: TChart) => {
const { data } = props;
const { primary_asn, org_name } = useConfig();
const dots = useColorToken('blackAlpha.500', 'whiteAlpha.400');
const dots = useColorToken('colors', 'blackAlpha.500', 'whiteAlpha.400');
const flowProps = useBreakpointValue<Omit<ReactFlowProps, 'elements'>>({
base: { defaultPosition: [0, 300], defaultZoom: 0 },