Add transaction card component and provider (#5)

This commit is contained in:
Justin Starry
2020-03-17 12:04:04 +08:00
committed by Michael Vines
parent de1df895a0
commit 6006c30ace
5 changed files with 264 additions and 18 deletions

View File

@@ -2,3 +2,10 @@
// solana.scss
// Use this to write your custom SCSS
//
code {
padding: 0.33rem;
border-radius: $border-radius;
background-color: $gray-200;
color: $black;
}