mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
💄 Small UI changes
Changed the color to use one of mantine's
This commit is contained in:
@@ -47,7 +47,7 @@ function MediaDisplay(props: { media: IMedia }) {
|
||||
<Text
|
||||
style={{
|
||||
textAlign: 'center',
|
||||
color: '#a0aec0',
|
||||
color: 'gray',
|
||||
}}
|
||||
>
|
||||
New release from {media.artist}
|
||||
@@ -57,7 +57,7 @@ function MediaDisplay(props: { media: IMedia }) {
|
||||
<Text
|
||||
style={{
|
||||
textAlign: 'center',
|
||||
color: '#a0aec0',
|
||||
color: 'gray',
|
||||
}}
|
||||
>
|
||||
Season {media.seasonNumber} episode {media.episodeNumber}
|
||||
|
||||
Reference in New Issue
Block a user