Skip to content

Commit 4100ea4

Browse files
committedMar 28, 2020
replace feather icons with tabler icons
1 parent a3793fc commit 4100ea4

File tree

583 files changed

+3809
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

583 files changed

+3809
-465
lines changed
 

‎.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ indent_style=tab
66
tab_width=3
77
max_line_length=off
88

9-
[*.{rb,yml,scss}]
9+
[*.{rb,yml,scss,json}]
1010
indent_style=space
1111
indent_size=2
1212

‎_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ variants:
130130
- name: success
131131
icon: check
132132
- name: info
133-
icon: info
133+
icon: info-circle
134134
- name: warning
135135
icon: alert-triangle
136136
- name: danger
137-
icon: x-octagon
137+
icon: alert-circle
138138

139139
button-variants:
140140
primary:

0 commit comments

Comments
 (0)