Skip to content

Commit bc9a73f

Browse files
committed
fix: remove tertiary variant from show next dates button
Close #21
1 parent 227bfe8 commit bc9a73f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/flowingcode/vaadin/addons/cronexpressionfield/CronExpressionField.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ private void configureLayout() {
210210

211211
nextDatesBtn.setText(i18n.getShowNextDatesBtn());
212212
nextDatesBtn.addClickListener(e -> showNextDates());
213-
nextDatesBtn.addThemeVariants(ButtonVariant.LUMO_TERTIARY_INLINE);
214213
nextDatesBtn.setVisible(false);
215214

216215
add(topLayout, mainLayout, new Span(i18n.getDescriptionLabel()), cronDescriptionDiv, nextDatesBtn);

0 commit comments

Comments
 (0)