Skip to content

Commit f897b31

Browse files
committed
Added change canvas color option
1 parent eb01d00 commit f897b31

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/intro/ff-ui/canvas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ When resizing a widget, you can snap its size to the specific pixel values or a
120120
</iframe>
121121
</div>
122122

123+
### 11.3 Change canvas color
124+
Changing the canvas color can be helpful when creating components, especially when you want to preview them against the background color of the page. For example, if you have a text component that is black or dark-colored, and the default background is also dark, changing the canvas color to a lighter shade can improve visibility and make the design process easier.
125+
123126
## 12. Add NavBar
124127

125128
This button allows you to add the [NavBar](#) to your page. Clicking on this button opens the popup that allows you to enable NavBar for your project. Once the NavBar is enabled, you can customize it to match your design.

sidebars.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const sidebars: SidebarsConfig = {
1515
{
1616
type: 'category',
1717
label: 'Before You Begin',
18-
collapsed: false,
18+
collapsed: true,
1919
items: [
2020
{
2121
type: 'autogenerated',
@@ -25,8 +25,8 @@ const sidebars: SidebarsConfig = {
2525
},
2626
{
2727
type: 'category',
28-
label: 'Understanding the FlutterFlow UI',
29-
collapsed: false,
28+
label: 'Understanding FlutterFlow UI',
29+
collapsed: true,
3030
items: [
3131
{
3232
type: 'autogenerated',

0 commit comments

Comments
 (0)