Skip to content

Commit

Permalink
deep 2
Browse files Browse the repository at this point in the history
  • Loading branch information
koiyakiya committed Jul 23, 2024
1 parent f69bcc5 commit c3fe672
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"name": "vite-coffee",
"version": "0.0.85-alpha",
"version": "0.0.86-alpha",
"type": "module",
"dependencies": {
"vue": "^3.4.33"
Expand Down
6 changes: 3 additions & 3 deletions src/components/Kofi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</script>

<style scoped>
.kofi-button-wrapper >>> .kofi-button {
.kofi-button-wrapper ::v-deep .kofi-button {
display: inline-flex;
align-items: center;
background-color: #13233F;
Expand All @@ -37,13 +37,13 @@
line-height: 24px;
}
.kofi-button-wrapper >>> .kofi-icon {
.kofi-button-wrapper ::v-deep .kofi-icon {
width: 35px;
height: 35px;
margin-right: 8px;
}
.kofi-button-wrapper >>> .kofi-text {
.kofi-button-wrapper ::v-deep .kofi-text {
color: white;
}
Expand Down

0 comments on commit c3fe672

Please sign in to comment.