Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 613 Bytes

ProjectSettingsCustomizations.md

File metadata and controls

22 lines (16 loc) · 613 Bytes

Passbase::ProjectSettingsCustomizations

Properties

Name Type Description Notes
button_color String \"Verify Me\" button background color [optional]
accent_color String Accent color during the verification flow (button, breadcrumb, etc…) [optional]
font_family String Font used in the verification flow [optional]

Example

require 'passbase'

instance = Passbase::ProjectSettingsCustomizations.new(
  button_color: #1E1E1E,
  accent_color: #FAFAFA,
  font_family: Arial
)