Simplify css var setup to remove conflicts, overrides, and duplicates (#4170)

* remove "experimental" color vars, remove conflicting styles from frontend-specific css

* lint

---------

Co-authored-by: Cal H. <hendersoncal117@gmail.com>
This commit is contained in:
Prospector
2025-08-17 04:34:21 -07:00
committed by GitHub
parent 3e735b99eb
commit 674f29959d
4 changed files with 11 additions and 127 deletions

View File

@@ -83,7 +83,7 @@ export const useStripe = (
appearance: {
variables: {
colorPrimary: styles.getPropertyValue('--color-brand'),
colorBackground: styles.getPropertyValue('--experimental-color-button-bg'),
colorBackground: styles.getPropertyValue('--color-button-bg'),
colorText: styles.getPropertyValue('--color-base'),
colorTextPlaceholder: styles.getPropertyValue('--color-secondary'),
colorDanger: styles.getPropertyValue('--color-red'),