Skip to content

Instantly share code, notes, and snippets.

@vadimkorr
Created January 25, 2019 20:16
Show Gist options
  • Save vadimkorr/6c84ed6a66816f9d5b9805d8bd9553be to your computer and use it in GitHub Desktop.
Save vadimkorr/6c84ed6a66816f9d5b9805d8bd9553be to your computer and use it in GitHub Desktop.
import { makeNotification } from "./makeNotification";
export const InfoNotification = makeNotification(
"info-circle",
"#d9edf7",
"#31708f"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment