Skip to content

Commit 70a07e4

Browse files
committed
Fix issue
1 parent f50a5a9 commit 70a07e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/working-with-formulas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can configure your app with formulas so that users can change your app's app
126126

127127
As you type the closing parenthesis, the screen's background will change to dark gray based on the default value of each slider, which is **50**. At the moment when you finish typing the formula, it's calculated and used as the value of the background fill color. You can interact with your app while in the default workspace without needing to open Preview:
128128

129-
![Change the maximum value of each slider](./media/working-with-formulas/three-sliders-complete-rgba.png)
129+
![Change the maximum value of each slider 1](./media/working-with-formulas/three-sliders-complete-rgba.png)
130130
5. Adjust the sliders, and see how your changes affect the background color.
131131

132132
As each slider changes, the formula that contains the **[RGBA](functions/function-colors.md)** function is recalculated, which immediately changes how the screen appears.

0 commit comments

Comments
 (0)