mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-09 20:28:29 +03:00
feat(Constants): add gray and borderGray colors
This commit is contained in:
parent
8a24fc8dfb
commit
42619e181b
@ -20,6 +20,7 @@ export const sizes = {
|
|||||||
export const system = {
|
export const system = {
|
||||||
//system color
|
//system color
|
||||||
white: "#FFFFFF",
|
white: "#FFFFFF",
|
||||||
|
gray: "#8E9093",
|
||||||
grayLight6: "#F7F8F9",
|
grayLight6: "#F7F8F9",
|
||||||
grayLight5: "#E5E8EA",
|
grayLight5: "#E5E8EA",
|
||||||
grayLight4: "#D1D1D6",
|
grayLight4: "#D1D1D6",
|
||||||
@ -214,6 +215,7 @@ export const semantic = {
|
|||||||
bgBlurDark6OP: "rgba(28, 29, 30, 0.85)",
|
bgBlurDark6OP: "rgba(28, 29, 30, 0.85)",
|
||||||
bgBlurDark6TRN: "rgba(28, 29, 30, 0.3)",
|
bgBlurDark6TRN: "rgba(28, 29, 30, 0.3)",
|
||||||
|
|
||||||
|
borderGray: system.gray,
|
||||||
borderLight: system.grayLight6,
|
borderLight: system.grayLight6,
|
||||||
borderGrayLight: system.grayLight5,
|
borderGrayLight: system.grayLight5,
|
||||||
borderDark: system.grayDark6,
|
borderDark: system.grayDark6,
|
||||||
|
Loading…
Reference in New Issue
Block a user