mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Small UI changes
Changed the color to use one of mantine's
This commit is contained in:
@@ -253,7 +253,7 @@ export function AddAppShelfItemForm(props: { setOpened: (b: boolean) => void } &
|
|||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.75rem',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: '#a0aec0',
|
color: 'gray',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
tip: Get your API key{' '}
|
tip: Get your API key{' '}
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ function SettingsMenu(props: any) {
|
|||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.75rem',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: '#a0aec0',
|
color: 'gray',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
tip: You can upload your config file by dragging and dropping it onto the page
|
tip: You can upload your config file by dragging and dropping it onto the page
|
||||||
@@ -113,7 +113,7 @@ function SettingsMenu(props: any) {
|
|||||||
style={{
|
style={{
|
||||||
fontSize: '0.90rem',
|
fontSize: '0.90rem',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: '#a0aec0',
|
color: 'gray',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Made with ❤️ by @
|
Made with ❤️ by @
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ function MediaDisplay(props: { media: IMedia }) {
|
|||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: '#a0aec0',
|
color: 'gray',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
New release from {media.artist}
|
New release from {media.artist}
|
||||||
@@ -57,7 +57,7 @@ function MediaDisplay(props: { media: IMedia }) {
|
|||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: '#a0aec0',
|
color: 'gray',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Season {media.seasonNumber} episode {media.episodeNumber}
|
Season {media.seasonNumber} episode {media.episodeNumber}
|
||||||
|
|||||||
Reference in New Issue
Block a user