Skip to content

Commit

Permalink
[gallery] Add icon glyph for Elevation and Geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng committed Oct 18, 2024
1 parent 275ee57 commit b580b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import com.konyaco.fluent.gallery.component.GalleryPage
import com.konyaco.fluent.source.generated.FluentSourceFile

@OptIn(ExperimentalFluentApi::class)
@Component(index = 0, icon = "Layer")
@Component(index = 0, icon = "Layer", iconGlyph = '\uE81E')
@Composable
fun ElevationScreen() {
GalleryPage(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import com.konyaco.fluent.gallery.component.HeaderItemRow
import com.konyaco.fluent.gallery.component.ItemRow
import com.konyaco.fluent.source.generated.FluentSourceFile

@Component(index = 1, icon = "Shapes")
@Component(index = 1, icon = "Shapes", iconGlyph = '\uE743')
@Composable
fun GeometryScreen() {
GalleryPage(
Expand Down

0 comments on commit b580b07

Please sign in to comment.