A few tweaks for the android-dark theme
This commit is contained in:
parent
087dd0f758
commit
bdaebc24ae
2 changed files with 21 additions and 1 deletions
|
@ -54,7 +54,7 @@ function getObjectUrl(thumbnail: Attachment | undefined): string | null {
|
|||
export class Quote extends React.Component<Props, {}> {
|
||||
public renderImage(url: string, icon?: string) {
|
||||
const iconElement = icon
|
||||
? <div className={classnames('icon', icon)} />
|
||||
? <div className={classnames('icon', 'white', icon)} />
|
||||
: null;
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue