Module: Shoes::Background

Included in:
Flow, Stack, Widget
Defined in:
lacci/lib/shoes/background.rb

Instance Method Summary collapse

Instance Method Details

#background(color, options = {}) ⇒ Object

NOTE: this needs to be passed through in order for the styling to work



10
11
12
# File 'lacci/lib/shoes/background.rb', line 10

def background(color, options = {})
  self.background_color = color
end