chore: updates API reference docs
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -4,13 +4,13 @@ export const labels = {
|
||||
fontSize: 0,
|
||||
},
|
||||
GET: {
|
||||
color: "green",
|
||||
color: "#4159de",
|
||||
},
|
||||
POST: {
|
||||
color: "blue",
|
||||
color: "#09825d",
|
||||
},
|
||||
DELETE: {
|
||||
color: "danger",
|
||||
color: "#b50a0a",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user