mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Changed the default padding options, was '40px 0 0 0', is now '40px 0'
This commit is contained in:
parent
152c46e430
commit
1271470da3
@ -29,7 +29,7 @@ class ThemeComposer
|
||||
$view->withThemeBackgroundColor(Setting::get('style_background_color', '#F0F3F4'));
|
||||
$view->withThemeBackgroundFills(Setting::get('style_background_fills', '#FFFFFF'));
|
||||
$view->withThemeBannerBackgroundColor(Setting::get('style_banner_background_color', ''));
|
||||
$view->withThemeBannerPadding(Setting::get('style_banner_padding', '40px 0 0 0'));
|
||||
$view->withThemeBannerPadding(Setting::get('style_banner_padding', '40px 0'));
|
||||
$view->withThemeTextColor(Setting::get('style_text_color', '#333333'));
|
||||
$view->withThemeReds(Setting::get('style_reds', '#ff6f6f'));
|
||||
$view->withThemeBlues(Setting::get('style_blues', '#3498db'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user