Skip to content

Commit

Permalink
Changed grey to gray in readPaletteColor
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Noriega committed Sep 20, 2024
1 parent 8cb67ff commit 865f6e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public val ThemeColorPalette.windowsPopupBorder: Color?
get() = lookup("windowsPopupBorder")

public fun ThemeColorPalette.Companion.readFromLaF(): ThemeColorPalette {
val gray = readPaletteColors("Grey")
val gray = readPaletteColors("Gray")
val blue = readPaletteColors("Blue")
val green = readPaletteColors("Green")
val red = readPaletteColors("Red")
Expand Down

0 comments on commit 865f6e1

Please sign in to comment.