mirror of
https://github.com/mue/mue.git
synced 2026-06-12 11:38:53 +02:00
fix: quote UI text colour
This commit is contained in:
@@ -148,6 +148,12 @@ table {
|
||||
color: t($color);
|
||||
}
|
||||
}
|
||||
.subtitle {
|
||||
@include themed() {
|
||||
color: t($subColor);
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.messageAction {
|
||||
float: right;
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user