refactor: Comment out decal mapping in Wall component and clean up dashboard styles
This commit is contained in:
@@ -152,9 +152,9 @@ function Wall({ wall }: { readonly wall: Wall }) {
|
||||
>
|
||||
<MeshDiscardMaterial />
|
||||
|
||||
{wall.decals.map((decal) => (
|
||||
{/* {wall.decals.map((decal) => (
|
||||
<DecalInstance zPosition={wall.wallThickness / 2 + 0.001} visible={visible} key={decal.decalUuid} decal={decal} />
|
||||
))}
|
||||
))} */}
|
||||
</mesh>
|
||||
</mesh>
|
||||
);
|
||||
|
||||
@@ -84,12 +84,6 @@
|
||||
font-weight: var(--font-weight-medium);
|
||||
background: var(--background-color-button);
|
||||
|
||||
svg {
|
||||
path {
|
||||
stroke: var(--background-color-selected);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--background-color-button);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user