Skip to content

Commit 3db69e3

Browse files
committed
fix: remove tertiary variant from show next dates button
Close #21
1 parent ac152ac commit 3db69e3

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
@@ -208,7 +208,6 @@ private void configureLayout() {
208208

209209
nextDatesBtn.setText(i18n.getShowNextDatesBtn());
210210
nextDatesBtn.addClickListener(e -> showNextDates());
211-
nextDatesBtn.addThemeVariants(ButtonVariant.LUMO_TERTIARY_INLINE);
212211
nextDatesBtn.setVisible(false);
213212

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

0 commit comments

Comments
 (0)