alxpez / vuegg

dnd visual editor - mockups and code in one go!
https://vuegg.github.io
MIT License
2.34k stars 392 forks source link

[Bug] Delete button in confirm dialog has the wrong colour coding #22

Closed alxpez closed 6 years ago

alxpez commented 6 years ago

Describe the bug

The "DELETE" button, shown in the "clear project" confirmation dialog, should have a red background (as it used to), but instead is showing as a standard button. As repercussion, the "deletion" feedback has been lost.

To Reproduce

  1. Go to vuegg.now.sh
  2. Click on the 'Clear project' button (trash-can)
  3. See error

Screenshots

screen shot 2018-05-06 at 8 32 44 pm

Expected behavior

The button should be red (delete feedback)

Actual Behavior

Instead, the button shows the "standard" blue-ish color

Your environment

  • OS & version: All of them
  • Browser name & version: All of them
  • Vuegg version: 0.18.0

Additional context

It looks like the accent colour has been lost, due mdc breaking changes (accent prop is not longer supported)