Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/files/lib/Dashboard/FavoriteWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ public function getOrder(): int {
}

public function getIconClass(): string {
return 'icon-star-dark';
return 'icon-starred-dark';
}

public function getIconUrl(): string {
return $this->urlGenerator->getAbsoluteURL(
$this->urlGenerator->imagePath('core', 'actions/star.svg')
$this->urlGenerator->imagePath('core', 'actions/star-dark.svg')
);
}

Expand Down
2 changes: 1 addition & 1 deletion apps/user_status/img/app-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/user_status/img/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions apps/weather_status/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ export default {
</script>

<style lang="scss">
.icon-weather-status {
background-image: url('../img/app-dark.svg');
}

.weather-action-image-container {
width: var(--default-clickable-area);
height: var(--default-clickable-area);
Expand Down
4 changes: 2 additions & 2 deletions dist/weather_status-weather-status.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/weather_status-weather-status.js.map

Large diffs are not rendered by default.

Loading