| Index: chrome/browser/resources/chromeos/login/oobe_text_button.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_text_button.css b/chrome/browser/resources/chromeos/login/oobe_text_button.css
|
| index f3861d2fdb6c779691b75a220604212b353084e0..0cd4ea677929cab8eebc5429d0dcd87afc72a36c 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_text_button.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_text_button.css
|
| @@ -3,8 +3,9 @@
|
| found in the LICENSE file. */
|
|
|
| #textButton {
|
| - font-size: 18px;
|
| - height: 24px;
|
| + font: 13px Roboto medium, sans-serif;
|
| + height: 32px;
|
| + padding: 0 16px;
|
| }
|
|
|
| #textButton:not([inverse]):not([disabled]) {
|
|
|