mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user