feat: new colors (#10352)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
This commit is contained in:
Shivam Mishra
2024-10-28 14:27:08 +05:30
committed by GitHub
parent 80c9434069
commit 6df2d76c1e
10 changed files with 43 additions and 30 deletions

View File

@@ -347,7 +347,6 @@ export const colors = {
black: '#000000',
brand: '#2781F6',
blue: 'rgb(var(--blue) / <alpha-value>)',
background: 'rgb(var(--background-color) / <alpha-value>)',
solid: {
1: 'rgb(var(--solid-1) / <alpha-value>)',
@@ -366,6 +365,9 @@ export const colors = {
white: 'rgba(var(--white-alpha))',
},
weak: 'rgb(var(--border-weak) / <alpha-value>)',
container: 'rgba(var(--border-container))',
strong: 'rgb(var(--border-strong) / <alpha-value>)',
'blue-border': 'rgba(var(--border-blue))',
'blue-text': 'rgba(var(--text-blue))',
},
};