feat(subscription): add payment channel selector
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
"use client";
|
||||
/**
|
||||
* 订阅页主操作按钮
|
||||
*
|
||||
* 视觉规格(与设计稿对齐):
|
||||
* - 全宽,52px 高,--radius-xxxl 圆角
|
||||
* - 粉色渐变(#f96ADE → #f657A0)
|
||||
* - 白字 16px/600 + 粉色阴影
|
||||
* - :disabled 灰化
|
||||
*/
|
||||
|
||||
import type { ButtonHTMLAttributes, ReactNode } from "react";
|
||||
|
||||
import styles from "./subscription-cta-button.module.css";
|
||||
|
||||
Reference in New Issue
Block a user