Rename --background-color to --avatar-background-color

This fixes the default background colour for gr-avatar under
Polymer 2.

Change-Id: I4547f3138fb381f5c3fd418f4e5df8332462101d
This commit is contained in:
Paladox none
2019-07-26 17:32:30 +00:00
parent 2a5dfa8029
commit 53a198b6a0

View File

@@ -28,7 +28,7 @@ limitations under the License.
display: inline-block;
border-radius: 50%;
background-size: cover;
background-color: var(--background-color, #f1f2f3);
background-color: var(--avatar-background-color, #f1f2f3);
}
</style>
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>