Skip to content

Commit 79b3445

Browse files
committed
Switched Semantic UI theme to Material
1 parent 58ec650 commit 79b3445

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/semantic/src/theme.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
*/
1919

2020
/* Global */
21-
@site : 'default';
21+
@site : 'material';
2222
@reset : 'default';
2323

2424
/* Elements */
25-
@button : 'default';
25+
@button : 'material';
2626
@container : 'default';
2727
@divider : 'default';
2828
@flag : 'default';
29-
@header : 'default';
29+
@header : 'material';
3030
@icon : 'default';
3131
@image : 'default';
3232
@input : 'default';
@@ -42,7 +42,7 @@
4242
@breadcrumb : 'default';
4343
@form : 'default';
4444
@grid : 'default';
45-
@menu : 'default';
45+
@menu : 'material';
4646
@message : 'default';
4747
@table : 'default';
4848

0 commit comments

Comments
 (0)