Skip to content

Commit 55c9cf7

Browse files
DrJKLgithub-actions
andauthored
Style: explicit font size for the badges (#6260)
## Summary More consistent height regardless the text content. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6260-Style-explicit-font-size-for-the-badges-2966d73d365081bd90a0d01f7e104b9a) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <[email protected]>
1 parent 5897e00 commit 55c9cf7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
14 Bytes
Loading

src/renderer/extensions/vueNodes/components/NodeBadge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
v-if="badge.icon || badge.text"
4-
class="flex flex-auto items-center rounded-sm bg-node-component-surface px-1 py-0.5"
4+
class="flex flex-auto items-center rounded-sm bg-node-component-surface px-1 py-0.5 text-xs"
55
:style="{
66
color: badge.fgColor,
77
backgroundColor: badge.bgColor

0 commit comments

Comments
 (0)