Skip to content

Commit b580b07

Browse files
committed
[gallery] Add icon glyph for Elevation and Geometry
1 parent 275ee57 commit b580b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/screen/design/ElevationScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import com.konyaco.fluent.gallery.component.GalleryPage
3737
import com.konyaco.fluent.source.generated.FluentSourceFile
3838

3939
@OptIn(ExperimentalFluentApi::class)
40-
@Component(index = 0, icon = "Layer")
40+
@Component(index = 0, icon = "Layer", iconGlyph = '\uE81E')
4141
@Composable
4242
fun ElevationScreen() {
4343
GalleryPage(

gallery/src/commonMain/kotlin/com/konyaco/fluent/gallery/screen/design/GeometryScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import com.konyaco.fluent.gallery.component.HeaderItemRow
2626
import com.konyaco.fluent.gallery.component.ItemRow
2727
import com.konyaco.fluent.source.generated.FluentSourceFile
2828

29-
@Component(index = 1, icon = "Shapes")
29+
@Component(index = 1, icon = "Shapes", iconGlyph = '\uE743')
3030
@Composable
3131
fun GeometryScreen() {
3232
GalleryPage(

0 commit comments

Comments
 (0)