Skip to main content
Buttons are interactive elements that allow users to perform actions on objects, such as initiating tasks, progressing through a workflow, or making edits, among other functions.

Default Styling

By default, buttons use Qonto’s branding and come in four variants:
  • Primary: The main call-to-action button with prominent styling. Features a filled background and inverted font color.
  • Secondary: Alternative action button with less emphasis than primary. Features a border and transparent background.
  • Tertiary: Subtle action button for less important actions. Looks like a text link with an underline.
  • Ghost: Minimal styling button that appears transparent, shows a subtle background on hover.
Default button styles

Customization Options

All customizable components are subject to being styled with global CSS properties exposed by the Qonto Embed SDK. If no component-level style is applied by the SDK, the global styles will be used if they are defined.
Buttons can be customized using the following CSS variables:
Some aspects of the button can’t be completely customized. For example, despite it is possible to define the background color of the buttons, the opacity on hover is controlled by the SDK.

Example

This example shows customized buttons that depart from the default Qonto styling:
The result is buttons with increased height, rounded corners, and a blue color scheme that differs from Qonto’s default styling: Customized button styles