Skip to content

Commit 5903eba

Browse files
committed
fix: extended fab style
1 parent e4485af commit 5903eba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/grw-app/grw-app.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,8 @@ export class GrwApp {
938938
icon={() => this.getMapVisibilityIconButton()}
939939
name={() => this.getMapVisibilityLabelButton()}
940940
display={this.isLargeView ? 'none' : 'flex'}
941+
fab-background-color={this.fabBackgroundColor}
942+
fab-color={this.fabColor}
941943
></grw-extended-fab>
942944
</div>
943945
)}

0 commit comments

Comments
 (0)