docs(button): debug demo causing site build failed

This commit is contained in:
07akioni 2020-12-28 00:28:07 +08:00
parent 53b24267b0
commit e59cfbb871

View File

@ -401,10 +401,8 @@ export default {
background-color: transparent;
transition: background-color 0.3s ease-in-out;
}
.n-light-theme {
.debug-zone {
border-radius: 4px;
background-color: #ececec;
}
.n-light-theme .debug-zone {
border-radius: 4px;
background-color: #ececec;
}
```