Skip to content

Commit

Permalink
Merge pull request #230 from Achintha444/main-new
Browse files Browse the repository at this point in the history
chore: change premium colour in the premium chip
  • Loading branch information
Achintha444 authored Jul 13, 2024
2 parents c89f890 + 32f521b commit a9057f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/react/src/theme/default-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,10 @@ export const generateDefaultThemeOptions = (baseTheme: Theme): RecursivePartial<
'new-background': 'linear-gradient(132deg, rgba(117, 237, 161, 0.04) 28.46%, rgba(52, 146, 86, 0.04) 119.09%)',
'new-border-color': 'rgba(117, 237, 161, 0.9)',
'new-text-color': 'linear-gradient(132deg, rgba(117, 237, 161) 28.46%, rgba(52, 146, 86) 119.09%)',
'premium-background':
'linear-gradient(88deg, rgba(236, 81, 97, 0.04) -3.25%, rgba(248, 118, 67, 0.04) 102.62%)',
'premium-border-color': 'rgba(255, 169, 106, 0.9)',
'premium-background': 'linear-gradient(93deg, #ddb7380a 50%, #cba8370a 88.67%, #bd9b2c0a 112.88%)',
'premium-border-color': '#ddb738e6',
'premium-text-background-blend-mode': 'darken',
'premium-text-color':
'radial-gradient(238.39% 44.19% at 96.59% 31.25%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(182.56% 75.34% at 15.68% 100%, rgba(246, 251, 34, 0.51) 0%, rgba(255, 158, 69, 0.00) 100%), radial-gradient(137.51% 118.3% at 32.95% 0%, rgba(255, 137, 137, 0.92) 21.25%, rgba(255, 169, 106, 0.57) 88.62%), radial-gradient(178.09% 220.16% at 94.89% -132.81%, #FF7A00 67.59%, rgba(255, 199, 0, 0.38) 100%)',
'premium-text-color': 'linear-gradient(93deg, #DDB638 50%, #CBA837 88.67%, #BD9B2C 112.88%)',
'text-fill-color': 'transparent',
'text-transform': 'uppercase',
},
Expand Down

0 comments on commit a9057f7

Please sign in to comment.