Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change icon color of FT logo #4491

Closed
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
247 changes: 247 additions & 0 deletions _icons/vectorized-logo.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 src/datastores/handlers/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Settings {
}

// ******************** //
// Unique Electron main process handlers
// Unique Electron main process handlers erigherg
static _findAppReadyRelatedSettings() {
return db.settings.findAsync({
$or: [
Expand Down
1 change: 1 addition & 0 deletions src/renderer/views/About/About.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.logo {
max-inline-size: 100%;
inline-size: 500px;
fill: rgb(255, 255, 255);
}

.version {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/views/About/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</h1>
<section class="brand">
<img
src="../../../../_icons/logoColor.png"
src="../../../../_icons/vectorized-logo.svg"
class="logo"
alt=""
>
Expand Down
Loading