Skip to content

Instantly share code, notes, and snippets.

View doppio's full-sized avatar
👋

Bryson Thill doppio

👋
  • Streamline Software LLC
  • San Diego, CA
View GitHub Profile
import * as React from "react";
import { StyleRules, withStyles, WithStyles } from "material-ui/styles";
import Typography from "material-ui/typography";
type ClassNames = "text";
const styles: StyleRules<ClassNames> = {
text: {
color: "blue"