diff --git a/AetherBags/Nodes/Color/ColorInputRow.cs b/AetherBags/Nodes/Color/ColorInputRow.cs index 1eb082f..16475e4 100644 --- a/AetherBags/Nodes/Color/ColorInputRow.cs +++ b/AetherBags/Nodes/Color/ColorInputRow.cs @@ -48,7 +48,7 @@ public class ColorInputRow : HorizontalListNode { TextFlags = TextFlags.AutoAdjustNodeSize, Position = new Vector2(28, 0), - Height = 24, + Height = 28, String = Label ?? string.Empty, }; _labelTextNode.AttachNode(this);