| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index e1a9d4da6d71550206e01e0dcc67f92e933804e9..508259a187bb5fe82d001bc101fe0e84ab26f8f8 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -118,7 +118,7 @@
|
|
|
| paper-checkbox {
|
| --paper-checkbox-checked-color: var(--google-blue-500);
|
| - --paper-checkbox-label-spacing: var(--checkbox-spacing);
|
| + --paper-checkbox-label-spacing: var(--settings-control-spacing);
|
| --paper-checkbox-size: var(--checkbox-size);
|
| --paper-checkbox-unchecked-color: var(--paper-grey-600);
|
| -webkit-margin-start: var(--checkbox-margin-start);
|
| @@ -323,7 +323,7 @@
|
| -webkit-margin-start: calc(
|
| var(--checkbox-margin-start) +
|
| var(--checkbox-size) +
|
| - var(--checkbox-spacing));
|
| + var(--settings-control-spacing));
|
| }
|
|
|
| .favicon-image {
|
|
|