Skip to content

fix(VDialog): adjust styling to better match material spec #197

fix(VDialog): adjust styling to better match material spec

fix(VDialog): adjust styling to better match material spec #197

Workflow file for this run

name: Close issues
on:
push:
branches:
- dev
- next
- v2-stable
- v2-dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
close:
runs-on: ubuntu-latest
if: github.repository_owner == 'vuetifyjs'
steps:
- uses: vuetifyjs/close-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}