mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-05 11:04:01 +00:00
ed918fc4f9
* fix: sync colors with figma * feat: add changeset
10 lines
323 B
TypeScript
10 lines
323 B
TypeScript
export const blur = {
|
|
'neutral-100/70': 'rgba(9 16 28 / 70%)',
|
|
'neutral-5/70': 'rgba(245 246 248 / 70%)',
|
|
'neutral-80/1': 'rgba(25 36 56 / 1%)',
|
|
'neutral-80/80': 'rgba(25 36 56 / 80%)',
|
|
'neutral-90/70': 'rgba(19 29 47 / 70%)',
|
|
'neutral-95/70': 'rgba(13 22 37 / 70%)',
|
|
'white/70': 'rgba(255 255 255 / 70%)',
|
|
}
|