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

Commit

Permalink
fix render panel styling (#10853)
Browse files Browse the repository at this point in the history
  • Loading branch information
SYBIOTE authored Aug 4, 2024
1 parent 387cb8c commit 67e9ff2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ const RenderModeTool = () => {
</Tooltip>
))}
<Popup trigger={<Button variant="transparent" className="p-2" startIcon={<RiArrowDownSLine />} />}>
<div className="w-60 rounded-md p-2">
<div className="w-52 rounded-md bg-theme-primary p-2">
<InputGroup
name="Use Post Processing"
label={t('editor:toolbar.render-settings.lbl-usePostProcessing')}
info={t('editor:toolbar.render-settings.info-usePostProcessing')}
containerClassName="justify-between"
className="w-8"
>
<BooleanInput
className="bg-gray-500 hover:border-0"
Expand All @@ -107,6 +109,7 @@ const RenderModeTool = () => {
name="Shadow Map Resolution"
label={t('editor:toolbar.render-settings.lbl-shadowMapResolution')}
info={t('editor:toolbar.render-settings.info-shadowMapResolution')}
containerClassName="justify-between gap-2"
>
<SelectInput
inputClassName="text-theme-gray3"
Expand Down

0 comments on commit 67e9ff2

Please sign in to comment.