Skip to content

Commit 4c7b63c

Browse files
authored
Merge pull request #860 from MicrosoftDocs/master
Publish: typo fix
2 parents e2a9d1a + 85505ea commit 4c7b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-colors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The **ColorFade** function returns a brighter or darker version of a color. The
5050
| Color enumeration | ColorValue with Hex Code | RGBA | Color Swatch |
5151
| --- | --- | --- | --- |
5252
| **Color.AliceBlue** |**ColorValue( "#f0f8ff" )** |**RGBA( 240, 248, 255, 1 )** |![aliceblue](./media/function-colors/color-aliceblue.png) |
53-
| **Color.AntiqueWhite** |**ColorValue( "#faebd7" )** |**RGBA( 7, "250, 235,215, 1 )** |![antiquewhite](./media/function-colors/color-antiquewhite.png) |
53+
| **Color.AntiqueWhite** |**ColorValue( "#faebd7" )** |**RGBA( 250, 235, 215, 1 )** |![antiquewhite](./media/function-colors/color-antiquewhite.png) |
5454
| **Color.Aqua** |**ColorValue( "#00ffff" )** |**RGBA( 0, 255, 255, 1 )** |![aqua](./media/function-colors/color-aqua.png) |
5555
| **Color.Aquamarine** |**ColorValue( "#7fffd4" )** |**RGBA( 127, 255, 212, 1 )** |![aquamarine](./media/function-colors/color-aquamarine.png) |
5656
| **Color.Azure** |**ColorValue( "#f0ffff" )** |**RGBA( 240, 255, 255, 1 )** |![azure](./media/function-colors/color-azure.png) |

0 commit comments

Comments
 (0)