Skip to content

Commit

Permalink
fix: add a border around the button
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettOrmsby committed Aug 14, 2023
1 parent 62d7cff commit b2018f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SpeedDialMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ const items: MenuItem[] = [
</script>

<style scoped>
:deep(.p-speeddial-button) {
border: 1px solid var(--surface-0);
}
:deep(.p-button) {
pointer-events: all;
}
Expand Down

0 comments on commit b2018f3

Please sign in to comment.