fix: quote UI text colour

This commit is contained in:
alexsparkes
2022-10-23 19:09:15 +01:00
parent 572725eaef
commit 73501a4fb9
2 changed files with 7 additions and 0 deletions

View File

@@ -148,6 +148,12 @@ table {
color: t($color);
}
}
.subtitle {
@include themed() {
color: t($subColor);
font-size: 13px;
}
}
}
.messageAction {
float: right;

View File

@@ -128,6 +128,7 @@ export default class QuoteSettings extends PureComponent {
placeholder={variables.getMessage(
'modals.main.settings.sections.quote.author',
)}
className="subtitle"
onChange={(e) => this.customQuote(e, true, index, 'author')}
varient="outlined"
/>