diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 1d137f6f83a..f923e425cbe 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """DO NOT MODIFY. Auto-generated by build_frontend script.""" -VERSION = "50a185fc83edd53abb848ba9e6f8931e" +VERSION = "7baf9a2bf8d94448eeaa6a1ceaf8464e" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index bef20c0fcac..c2837769665 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3759,13 +3759,18 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE text-align: center; } - .primary { - width: 60px; - height: 60px; + .controls paper-icon-button { + width: 44px; + height: 44px; + } + + paper-icon-button.primary { + width: 56px !important; + height: 56px !important; background-color: var(--primary-color); color: white; border-radius: 50%; - padding: 5px; + padding: 8px; } [invisible] { @@ -3810,7 +3815,7 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE .column { max-width: 600px; } - }