mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 14:07:47 +00:00
feat: update background color and enhance styling for main layout and sections
This commit is contained in:
+4
-2
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
faArrowLeft,
|
||||
faArrowUp,
|
||||
faArrowTurnDown,
|
||||
faArrowTrendDown,
|
||||
faArrowTrendUp,
|
||||
faArrowsRotate,
|
||||
faBackward,
|
||||
@@ -92,8 +92,8 @@ import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
|
||||
library.add(
|
||||
faArrowLeft,
|
||||
faArrowUp,
|
||||
faArrowTurnDown,
|
||||
faArrowTrendDown,
|
||||
faArrowTrendUp,
|
||||
faArrowsRotate,
|
||||
faBackward,
|
||||
@@ -249,6 +249,7 @@ export type IconName =
|
||||
| 'toggle-left'
|
||||
| 'toggle-right'
|
||||
| 'trash'
|
||||
| 'trending-down'
|
||||
| 'trending-up'
|
||||
| 'tv'
|
||||
| 'type'
|
||||
@@ -331,6 +332,7 @@ const iconMap: Record<IconName, [string, string]> = {
|
||||
'toggle-left': ['fas', 'toggle-off'],
|
||||
'toggle-right': ['fas', 'toggle-on'],
|
||||
'trash': ['fas', 'trash-can'],
|
||||
'trending-down': ['fas', 'arrow-trend-down'],
|
||||
'trending-up': ['fas', 'arrow-trend-up'],
|
||||
'tv': ['fas', 'tv'],
|
||||
'type': ['fas', 'font'],
|
||||
|
||||
Reference in New Issue
Block a user