forked from opentiny/tiny-vue
feat(button): [button] Adapt to dark themes (#3164)
This commit is contained in:
parent
381036a52b
commit
45cfa3433a
|
|
@ -15,7 +15,7 @@ import { TinyButton } from '@opentiny/vue'
|
|||
|
||||
<style scoped>
|
||||
.gray-bg {
|
||||
background: #fafafa;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
padding: 20px 10px 10px;
|
||||
}
|
||||
.tiny-button {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.gray-bg {
|
||||
background: #fafafa;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
padding: 20px 10px 10px;
|
||||
}
|
||||
.tiny-button {
|
||||
|
|
|
|||
Loading…
Reference in New Issue