[MIRROR] Fix skin tones on the preferences menu not having colors [MDB IGNORE] (#10049)

* Fix skin tones on the preferences menu not having colors (#63370)

This was broken by that PR that changed how color preferences worked.

* Fix skin tones on the preferences menu not having colors

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-13 09:58:48 +00:00
committed by GitHub
co-authored by Mothblocks
parent 457ffcf06d
commit 39ff42c185
@@ -41,7 +41,7 @@ export const skin_tone: Feature<string, string, SkinToneServerData> = {
<Stack align="center" fill key={key}>
<Stack.Item>
<Box style={{
background: `#${hexColor.value}`,
background: hexColor.value,
"box-sizing": "content-box",
"height": "11px",
"width": "11px",