File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,18 @@ export default function App() {
1616 < icon> person< / icon>
1717 < icon> add< / icon>
1818 < icon> done_all< / icon>
19- < icon style= {{ fontSize: 32 }}> language< / icon>
20- < icon style= {{ fontSize: 96 }}>
19+ < icon style= {{ fontSize: 48 }}> language< / icon>
20+ < icon style= {{ fontSize: 96 , color : ' red ' }}>
2121 keyboard_arrow_down
2222 < / icon>
2323 < / view> ;
2424};
2525```
2626
27+ ``` css style.css
28+ icon {
29+ font-size : 32px ;
30+ }
31+ ```
32+
2733</Sandpack >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ layout: API
66<Sandpack >
77
88``` js App.js active
9- import { useDataTooltip } from ' @reactunity/material' ;
9+ import { useDataTooltip , Button } from ' @reactunity/material' ;
1010import ' @reactunity/material/styles' ;
1111
1212export default function App () {
You can’t perform that action at this time.
0 commit comments