docs: redesign notes (#8661)
* docs: redesign notes * fix color for warning notes * allow optional links * show links in a note * allow line code in notes
This commit is contained in:
@@ -441,6 +441,20 @@ module.exports = {
|
||||
fontWeight: "400",
|
||||
},
|
||||
],
|
||||
small: [
|
||||
"13px",
|
||||
{
|
||||
lineHeight: "150%",
|
||||
fontWeight: "400",
|
||||
},
|
||||
],
|
||||
"small-plus": [
|
||||
"13px",
|
||||
{
|
||||
lineHeight: "150%",
|
||||
fontWeight: "500",
|
||||
},
|
||||
],
|
||||
"code-label": [
|
||||
"12px",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user