Skip to content

Commit 226d47b

Browse files
Adapt expand icon css for pxp
Co-authored-by: Shraddha Pawar <Shraddha0903@users.noreply.github.com>
1 parent 8e1f438 commit 226d47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datamanager-app/src/main/java/life/qbic/datamanager/views/projects/project/measurements/MeasurementDetailsComponent.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ private static Component renderSamplesPxp(PxpMeasurementLookup.MeasurementInfo m
597597
}
598598
var displayLabel = measurementInfo.samplePool();
599599
var expandIcon = VaadinIcon.EXPAND_SQUARE.create();
600-
expandIcon.addClassName("expand-icon");
600+
expandIcon.addClassNames("expand-icon", "icon-size-m", "color-primary",
601+
"padding-horizontal-02");
601602
var pooledSamplesSpan = new Span(new Span(displayLabel), expandIcon);
602603
pooledSamplesSpan.addClassNames("sample-column-cell", "clickable");
603604
pooledSamplesSpan.addClickListener(event -> openPooledSampleDialogPxp(measurementInfo));

0 commit comments

Comments
 (0)