diff --git a/package.json b/package.json index 1d0665c..9d3e6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@giveth/ui-design-system", - "version": "1.8.26", + "version": "1.8.27", "files": [ "/lib" ], diff --git a/src/common/colors.ts b/src/common/colors.ts index 04ac5a6..252f980 100644 --- a/src/common/colors.ts +++ b/src/common/colors.ts @@ -21,6 +21,7 @@ export const brandColors = { '300': '#8668FC', '200': '#B9A7FF', '100': '#E7E1FF', + '50': '#F6F3FF', '000': '#FCFCFF', }, cyan: {