Skip to content

Commit

Permalink
fix: iterm2 badge style
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Oct 21, 2024
1 parent ef2ff55 commit c8de751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/addon-manager/src/renderer/AddonManagerPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ onMounted(() => {
opacity: 1;
}
.addon-tag {
color: rgb(var(--theme-green));
color: rgb(var(--system-green));
font-size: 12px;
}
.addon-author {
Expand Down
1 change: 1 addition & 0 deletions addons/iterm2/src/renderer/BadgeSlot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const badge = useBadge()
color: rgb(var(--theme-red) / 50%);
font-weight: bold;
font-size: 48px;
text-align: right;
-webkit-text-stroke: 1px rgb(var(--theme-background));
}
</style>

0 comments on commit c8de751

Please sign in to comment.