diff --git a/apps/common/mobile/resources/less/colors-table-dark.less b/apps/common/mobile/resources/less/colors-table-dark.less index d1e9844008..10adc7d070 100644 --- a/apps/common/mobile/resources/less/colors-table-dark.less +++ b/apps/common/mobile/resources/less/colors-table-dark.less @@ -21,7 +21,7 @@ --brand-cell: #34C759; --brand-slide: #FE8C33; --brand-form: #FE8C33; - --brand-visio: #d57bed; + --brand-visio: #6065ff; --brand-primary: #3E9CF0; --brand-secondary: #FFAF49; --brand-text-on-brand: #000; diff --git a/apps/visioeditor/main/resources/less/statusbar.less b/apps/visioeditor/main/resources/less/statusbar.less index f9b7a44069..b05ffca22b 100644 --- a/apps/visioeditor/main/resources/less/statusbar.less +++ b/apps/visioeditor/main/resources/less/statusbar.less @@ -220,7 +220,7 @@ background-color: @background-toolbar; outline: none; - box-shadow: 0px 4px 0 #49795d inset; + box-shadow: 0px 4px 0 #444796 inset; border-top-width: 0; padding-top: 1px; .font-weight-bold(); @@ -233,7 +233,7 @@ border-bottom-color: @highlight-header-button-hover; background-color: @background-normal-ie; background-color: @background-normal; - box-shadow: 0px 4px 0 #49795d inset; + box-shadow: 0px 4px 0 #444796 inset; color: @text-normal-ie; color: @text-normal; }