mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-09 20:28:29 +03:00
fix(authCheckbox): backgroundColor
This commit is contained in:
parent
6e08cae36f
commit
b0b1ca14d0
@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import * as System from "~/components/system";
|
||||
import * as Constants from "~/common/constants";
|
||||
|
||||
import { css } from "@emotion/react";
|
||||
|
||||
@ -46,6 +47,7 @@ export default function AuthCheckBox({ touched, error, ...props }) {
|
||||
containerStyles={STYLES_CHECKBOX_WRAPPER}
|
||||
labelStyles={STYLES_CHECKBOX_LABEL}
|
||||
inputStyles={STYLES_CHECKBOX}
|
||||
boxStyle={{ backgroundColor: Constants.system.bgBlurWhiteTRN }}
|
||||
{...props}
|
||||
>
|
||||
I agree to the Slate{" "}
|
||||
|
Loading…
Reference in New Issue
Block a user