fix height issue, missing text, and red color

This commit is contained in:
IrkTheImp 2025-05-24 23:11:13 -05:00
parent a108c55d7c
commit 45a27fa2a8
5 changed files with 3 additions and 7 deletions

View file

@ -14,7 +14,7 @@ export default class FeatureSheet extends DaggerheartSheet(ItemSheetV2) {
tag: 'form',
id: 'daggerheart-feature',
classes: ['daggerheart', 'sheet', 'feature'],
position: { width: 600, height: 600 },
position: { width: 600 },
actions: {
addEffect: this.addEffect,
removeEffect: this.removeEffect,