feat: Implement billing plan selection UI with plan switcher and range options

This commit is contained in:
twwu
2025-08-14 15:01:38 +08:00
parent 72ea3b4d01
commit d8a9645e83
12 changed files with 256 additions and 40 deletions

View File

@ -60,6 +60,7 @@
@apply
border-[0.5px]
shadow-xs
backdrop-blur-[5px]
bg-components-button-secondary-bg
border-components-button-secondary-border
hover:bg-components-button-secondary-bg-hover
@ -69,6 +70,7 @@
.btn-secondary.btn-disabled {
@apply
backdrop-blur-sm
bg-components-button-secondary-bg-disabled
border-components-button-secondary-border-disabled
text-components-button-secondary-text-disabled;