Skip to content

Commit ceeeee5

Browse files
committed
Wire up ReadOnlyAccentColor.AccentColor
1 parent 3d8440a commit ceeeee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nomad/ReadOnlyAccentColor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ReadOnlyAccentColor : IReadOnlyAccentColor, IDelegable<IAccentColor
1616
public required IAccentColor Inner { get; init; }
1717

1818
/// <inheritdoc />
19-
public string? AccentColor { get; init; }
19+
public string? AccentColor => Inner.AccentColor;
2020

2121
/// <inheritdoc />
2222
public event EventHandler<string?>? AccentColorUpdated;

0 commit comments

Comments
 (0)