Commit c7a79f64 authored by Alex Ilin's avatar Alex Ilin Committed by Commit Bot

[ProfilePicker] Color picker border in dark mode

Updates the color picker border color to Google grey 700.

Bug: 1108289
Change-Id: I596bfa0c914c57fb6807d0e0b76bf8cbbb7a541a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409435
Auto-Submit: Alex Ilin <alexilin@chromium.org>
Reviewed-by: default avatarMonica Basta <msalama@chromium.org>
Commit-Queue: Monica Basta <msalama@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806612}
parent 6bd395f7
...@@ -106,6 +106,10 @@ ...@@ -106,6 +106,10 @@
#nameInput { #nameInput {
--cr-input-placeholder-color: rgba(var(--google-grey-200-rgb), .5); --cr-input-placeholder-color: rgba(var(--google-grey-200-rgb), .5);
} }
#colorPickerContainer {
border-color: var(--google-grey-refresh-700);
}
} }
</style> </style>
......
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