feat(button): [button] Adapt to dark themes (#3164)

This commit is contained in:
东风使命必达 2025-03-19 17:57:09 -07:00 committed by GitHub
parent 381036a52b
commit 45cfa3433a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {