fix: reflect the property to be able to style it

This commit is contained in:
Jacob Overgaard
2024-05-24 13:49:17 +02:00
parent fd9dda9f21
commit 69b15f0063

View File

@@ -37,7 +37,7 @@ export class UmbPropertyLayoutElement extends UmbLitElement {
* @attr
* @default ''
*/
@property({ type: String })
@property({ type: String, reflect: true })
public orientation: 'horizontal' | 'vertical' = 'horizontal';
/**