Skip to content

Commit

Permalink
chore: improve timer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Feb 6, 2025
1 parent a158a6a commit f20da22
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ Tapiz is built using the following technologies and libraries:
- [TRPC](https://trpc.io/)
- [Lucia](https://lucia-auth.com/)
- [Nx](https://nx.dev/)
- [Lucide](https://lucide.dev/)
1 change: 1 addition & 0 deletions apps/web/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class AppComponent {
'share',
'add_simple',
'note',
'clock',
];

constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
class="list-item"
(click)="selectedTimer()">
<div class="list-name">
<mat-icon class="icon">access_time</mat-icon>
<mat-icon
class="icon"
svgIcon="clock"></mat-icon>
<span>Timer</span>
</div>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}

.icon {
color: var(--grey-90);
fill: var(--grey-90);
}

Expand All @@ -49,12 +50,11 @@
span {
color: var(--grey-90);
}

.key {
color: var(--grey-70);
background: var(--white);
}

}
}

Expand Down
4 changes: 4 additions & 0 deletions apps/web/src/assets/svgs/clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f20da22

Please sign in to comment.