Skip to content

Commit

Permalink
Changed grey to gray in readPaletteColor (#602)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Noriega <[email protected]>
  • Loading branch information
francisconoriega and Francisco Noriega authored Sep 20, 2024
1 parent 8cb67ff commit 70bd8e7
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 70bd8e7

Please sign in to comment.