Sha256: b790e0f0f1f16860e138d97d95c85ca2ce74daf592c56d7db67a61e354f351f4
Contents?: true
Size: 723 Bytes
Versions: 33
Compression:
Stored size: 723 Bytes
Contents
require 'rails_base/configuration/base' module RailsBase module Configuration module Display class BtnSecondary < Base DEFAULT_VALUES = { dark_mode: { type: :string_nil, default: 'btn-light', description: 'Button secondary to use in Dark mode. Please use btn_secondary as primary attribute instead of btn-secondary' }, light_mode: { type: :string_nil, default: 'btn-secondary', description: 'Button secondary to use in light mode. Please use btn_secondary as primary attribute instead of btn-secondary' }, } attr_accessor *DEFAULT_VALUES.keys end end end end
Version data entries
33 entries across 33 versions & 1 rubygems