Feat: Add PricingCard component #3221 (#3634)

### What problem does this PR solve?

Feat: Add PricingCard component #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-25 16:21:47 +08:00
committed by GitHub
parent ce6b4c0e05
commit 4454b33e51
7 changed files with 224 additions and 3 deletions

View File

@ -41,8 +41,11 @@
--button-blue-text: rgb(22, 119, 255);
--colors-outline-sentiment-primary: rgba(127, 105, 255, 1);
--colors-outline-neutral-strong: rgba(112, 107, 107, 0.15);
--colors-text-core-standard: rgba(127, 105, 255, 1);
--colors-text-neutral-strong: rgb(130, 121, 121);
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
}
.dark {
@ -114,8 +117,11 @@
--colors-background-neutral-weak: rgba(17, 16, 23, 1);
--colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
--colors-outline-neutral-strong: rgba(255, 255, 255, 0.15);
--colors-text-core-standard: rgba(137, 126, 255, 1);
--colors-text-neutral-strong: rgba(255, 255, 255, 1);
--colors-text-neutral-standard: rgba(230, 227, 246, 1);
}
}