Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix lit unlit icons (#10760)
Browse files Browse the repository at this point in the history
  • Loading branch information
achen5671 authored Jul 30, 2024
1 parent 992267c commit 88cc389
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ import SelectInput from '../../../input/Select'
const renderModes: { name: RenderModesType; icon: JSX.Element }[] = [
{
name: 'Unlit',
icon: <TbInnerShadowBottomFilled />
icon: <TbInnerShadowBottom />
},
{
name: 'Lit',
icon: <TbInnerShadowBottom />
icon: <TbInnerShadowBottomFilled />
},
{ name: 'Normals', icon: <TbBallBowling /> },
{
Expand Down

0 comments on commit 88cc389

Please sign in to comment.