t2-mapper/src/components/LoadDemoButton.module.css

13 lines
253 B
CSS
Raw Normal View History

2026-03-01 09:40:17 -08:00
.Root {
composes: IconButton from "./InspectorControls.module.css";
composes: LabelledButton from "./InspectorControls.module.css";
}
.ButtonLabel {
composes: ButtonLabel from "./InspectorControls.module.css";
}
.DemoIcon {
font-size: 19px;
}