chore: updates API reference docs

This commit is contained in:
olivermrbl
2020-12-15 13:49:45 +01:00
parent 14585a7b32
commit 34e6c52745
16 changed files with 1149 additions and 423 deletions
+2
View File
@@ -1,6 +1,8 @@
import React from "react"
import { ThemeProvider as Provider } from "emotion-theming"
import "../fonts/index.css"
import breakpoints from "./breakpoints"
import buttons from "./buttons"
import spacing from "./spacing"
+3 -3
View File
@@ -4,13 +4,13 @@ export const labels = {
fontSize: 0,
},
GET: {
color: "green",
color: "#4159de",
},
POST: {
color: "blue",
color: "#09825d",
},
DELETE: {
color: "danger",
color: "#b50a0a",
},
}