Skip to content

Commit f314da5

Browse files
committed
code_style: add comment for ColorPicker.COLOR_TABLE
1 parent 3cebff6 commit f314da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/ColorPicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ public uint Value
1818
set => SetValue(ValueProperty, value);
1919
}
2020

21+
// Values are copied from Avalonia: src/Avalonia.Controls.ColorPicker/ColorPalettes/FluentColorPalette.cs
2122
private static readonly Color[,] COLOR_TABLE = new Color[,]
2223
{
2324
{
24-
// Ordering reversed for this section only
2525
Color.FromArgb(255, 255, 67, 67), /* #FF4343 */
2626
Color.FromArgb(255, 209, 52, 56), /* #D13438 */
2727
Color.FromArgb(255, 239, 105, 80), /* #EF6950 */

0 commit comments

Comments
 (0)