August Skare a4de585feb
Feature/colors (#5)
* fix color variables

* rename link var to type
2018-10-23 12:34:35 +01:00

15 lines
360 B
TypeScript

import Icon from 'ts/icons/logos/trace.svg';
export default {
title: 'sol-trace',
name: 'trace',
subtitle: 'Human-readable stack traces',
tagline: 'Immediately locate Solidity errors and rapidly debug failed transactions',
icon: Icon,
colors: {
main: '#4F76FF',
secondary: '#CDD8FF',
type: '#7090FF',
},
};