Skip to content

Commit

Permalink
fix toolkit logo (#4274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-ShaoHua authored Apr 12, 2024
1 parent 578f1c4 commit 0cbce60
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugins/core/webview/src/q-ui/components/logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default defineComponent({
</div>
</template>

<style scoped>
<style scoped lang="scss">
.logoIcon {
display: flex;
flex-direction: row;
Expand All @@ -100,4 +100,12 @@ export default defineComponent({
padding-top: 75px;
height: auto;
}

body.jb-dark #logo-text {
fill: white;
}

body.jb-light #logo-text {
fill: #232f3e; /* squid ink */
}
</style>

0 comments on commit 0cbce60

Please sign in to comment.