# CheckoutBrandingButtonColorRolesInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to set colors for buttons. ### Access Scopes ## Fields * [accent](/docs/api/admin-graphql/2024-10/scalars/String): String - The color of accented objects (links and focused state). * [background](/docs/api/admin-graphql/2024-10/scalars/String): String - The color of the background. * [border](/docs/api/admin-graphql/2024-10/scalars/String): String - The color of borders. * [decorative](/docs/api/admin-graphql/2024-10/scalars/String): String - The decorative color for highlighting specific parts of the user interface. * [hover](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingColorRolesInput): CheckoutBrandingColorRolesInput - The colors of the button on hover. * [icon](/docs/api/admin-graphql/2024-10/scalars/String): String - The color of icons. * [text](/docs/api/admin-graphql/2024-10/scalars/String): String - The color of text. ## Input objects with this input object * [CheckoutBrandingColorSchemeInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingColorSchemeInput) * [CheckoutBrandingColorSchemeInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingColorSchemeInput) ## Examples