better indication and text for toggleable actions
This commit is contained in:
parent
692ee06477
commit
eafa378eb9
6 changed files with 32 additions and 9 deletions
|
|
@ -26,7 +26,8 @@ import {
|
|||
faHistory
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import {
|
||||
faStar as faStarRegular
|
||||
faStar as faStarRegular,
|
||||
faBookmark as faBookmarkRegular
|
||||
} from '@fortawesome/free-regular-svg-icons'
|
||||
|
||||
library.add(
|
||||
|
|
@ -46,6 +47,7 @@ library.add(
|
|||
faSmileBeam,
|
||||
|
||||
faBookmark,
|
||||
faBookmarkRegular,
|
||||
faEyeSlash,
|
||||
faThumbtack,
|
||||
faShareAlt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue