You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user