A few tweaks for the android-dark theme
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user