Skip to content

Commit

Permalink
refactor: add button styles imports to confirm-dialog styles (#6569)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Sep 28, 2023
1 parent 576965e commit 281d178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@vaadin/button/theme/lumo/vaadin-button-styles.js';
import '@vaadin/vaadin-lumo-styles/color.js';
import '@vaadin/vaadin-lumo-styles/spacing.js';
import { dialogOverlay } from '@vaadin/dialog/theme/lumo/vaadin-dialog-styles.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@vaadin/button/theme/material/vaadin-button-styles.js';
import { dialogOverlay } from '@vaadin/dialog/theme/material/vaadin-dialog-styles.js';
import { overlay } from '@vaadin/vaadin-material-styles/mixins/overlay.js';
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
Expand Down

0 comments on commit 281d178

Please sign in to comment.