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

Commit

Permalink
studio: swap lit unlit title (#10818)
Browse files Browse the repository at this point in the history
* swap lit unlit title

* flip lit and unlit icon

---------

Co-authored-by: Liam Broza <mrhegemon@users.noreply.github.com>
  • Loading branch information
achen5671 and mrhegemon authored Aug 7, 2024
1 parent ebe790c commit c9da46b
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 className="text-theme-input" />
icon: <TbInnerShadowBottom className="text-theme-input" />
},
{
name: 'Lit',
icon: <TbInnerShadowBottom className="text-theme-input" />
icon: <TbInnerShadowBottomFilled className="text-theme-input" />
},
{ name: 'Normals', icon: <TbBallBowling className="text-theme-input" /> },
{
Expand Down

0 comments on commit c9da46b

Please sign in to comment.