Commit 56dc8947 authored by Gavin Williams's avatar Gavin Williams Committed by Commit Bot

Modify printer status text font size

Reduce the font size and remove the weight to bring in line with
standard for error text.

http://screen/akhrO8wiP8o

Bug: 1059607
Change-Id: I75e857bcdd49cb8c042aabab985812bb949ee89c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315920Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Gavin Williams <gavinwill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791708}
parent 63381664
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
:host([is-current-destination-cros-local_]) #statusText { :host([is-current-destination-cros-local_]) #statusText {
color: var(--google-red-600); color: var(--google-red-600);
font-weight: 500; font-size: calc(10 / 13 * 1em);
padding: 0; padding: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment