header colours now default to white

This commit is contained in:
paulcc 2009-07-13 14:11:53 +01:00
parent ba20413a56
commit ea15f1cf14
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ module Spree::PaypalExpress
#:page_style => "foobar", # merchant account can set named config
:header_image => "https://" + Spree::Config[:site_url] + "/images/logo.png",
:background_color => "e1e1e1", # must be hex only, six chars
:background_color => "ffffff", # must be hex only, six chars
:header_background_color => "ffffff",
:header_border_color => "00735a",
:header_border_color => "ffffff",
:allow_note => true,
:locale => Spree::Config[:default_locale],