mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03:00
chore(web): migrate CircleIconButton to @immich/ui IconButton (#18486)
* remove import and referenced file * first pass at replacing all CircleIconButtons * fix linting issues * fix combobox formatting issues * fix button context menu coloring * remove circle icon button from search history box * use theme switcher from UI lib * dark mode force the asset viewer icons * fix forced dark mode icons * dark mode memory viewer icons * fix: back button in memory viewer --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
/>
|
||||
{/if}
|
||||
|
||||
<ThemeButton padding="2" />
|
||||
<ThemeButton />
|
||||
|
||||
<div
|
||||
use:clickOutside={{
|
||||
@@ -140,7 +140,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<CastButton navBar />
|
||||
<CastButton />
|
||||
|
||||
<div
|
||||
use:clickOutside={{
|
||||
|
||||
Reference in New Issue
Block a user