Skip to content

Commit

Permalink
title label color
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rajpal committed Oct 21, 2024
1 parent bab18b5 commit 8ba6a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/NewServerView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class NewServerView extends React.Component<INewServerViewProps, INewServerViewS
source={require('../../static/images/logo_with_name.png')}
fadeDuration={0}
/>
<Text style={{ fontSize: 24, marginBottom: 24, ...sharedStyles.textBold }}>{I18n.t('Add_server')}</Text>
<Text style={{ fontSize: 24, marginBottom: 24, color: themes[theme].fontTitlesLabels, ...sharedStyles.textBold }}>{I18n.t('Add_server')}</Text>
<ServerInput
text={text}
theme={theme}
Expand Down

0 comments on commit 8ba6a39

Please sign in to comment.