We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4485af commit 5903ebaCopy full SHA for 5903eba
src/components/grw-app/grw-app.tsx
@@ -938,6 +938,8 @@ export class GrwApp {
938
icon={() => this.getMapVisibilityIconButton()}
939
name={() => this.getMapVisibilityLabelButton()}
940
display={this.isLargeView ? 'none' : 'flex'}
941
+ fab-background-color={this.fabBackgroundColor}
942
+ fab-color={this.fabColor}
943
></grw-extended-fab>
944
</div>
945
)}
0 commit comments