Sha256: 90692e68a53f4afa707fe6ef04bbc1fb7974b09c3ab3cec4abf13468667db30b
Contents?: true
Size: 686 Bytes
Versions: 6
Compression:
Stored size: 686 Bytes
Contents
# 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] ## Code Sample ```ruby require 'Passbase' instance = Passbase::ProjectSettingsCustomizations.new(button_color: #1E1E1E, accent_color: #FAFAFA, font_family: Arial) ```
Version data entries
6 entries across 6 versions & 1 rubygems