feat(ui): fix parameters panel border color

This commit should be elsewhere but I don't want to break my flow
This commit is contained in:
psychedelicious 2023-04-02 21:26:59 +10:00
parent 1890bffc6e
commit 30b61ae8d4

View File

@ -96,7 +96,6 @@ const ParametersPanel = ({ children }: ParametersPanelProps) => {
onClose={closeParametersPanel} onClose={closeParametersPanel}
isPinned={shouldPinParametersPanel || isLightboxOpen} isPinned={shouldPinParametersPanel || isLightboxOpen}
sx={{ sx={{
borderColor: 'base.700',
p: shouldPinParametersPanel ? 0 : 4, p: shouldPinParametersPanel ? 0 : 4,
bg: 'base.900', bg: 'base.900',
}} }}