Skip to content

Commit

Permalink
slightly reduce the size of the summary marker preview
Browse files Browse the repository at this point in the history
  • Loading branch information
moontrip committed Sep 13, 2023
1 parent 7d936b9 commit 449958b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ export function BarPlotMarkerConfigurationMenu({
/>
</div>
<div style={{ margin: '5px 0 0 0' }}>
<span style={{ fontWeight: 'bold' }}>
<div style={{ fontWeight: 'bold', marginBottom: '0.5em' }}>
Summary marker (all filtered data)
</span>
</div>
{overlayConfiguration?.overlayType === 'categorical' ? (
<>
<CategoricalMarkerPreview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Props = {
};

export const sharedStandaloneMarkerProperties = {
markerScale: 3,
markerScale: 2.5,
containerStyles: {
width: 'fit-content',
height: 'fit-content',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ export function PieMarkerConfigurationMenu({
/>
</div>
<div style={{ margin: '5px 0 0 0' }}>
<span style={{ fontWeight: 'bold' }}>
<div style={{ fontWeight: 'bold', marginBottom: '0.5em' }}>
Summary marker (all filtered data)
</span>
</div>
{overlayConfiguration?.overlayType === 'categorical' ? (
<CategoricalMarkerPreview
overlayConfiguration={overlayConfiguration}
Expand Down

0 comments on commit 449958b

Please sign in to comment.