mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
primary color replaced to theme primary color
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import { themeColors } from 'style/colors'
|
||||
|
||||
import IconWrapper from './style'
|
||||
|
||||
@@ -10,7 +11,7 @@ export default function NoServerConnection() {
|
||||
<lord-icon
|
||||
src='https://cdn.lordicon.com/wrprwmwt.json'
|
||||
trigger='loop'
|
||||
colors='primary:#121331,secondary:#00A572'
|
||||
colors={`primary:#121331,secondary:${themeColors.primary}`}
|
||||
stroke='26'
|
||||
scale='60'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user