added a glow to host device icons, no themes & no snippets icons

fix text positioning in laptop
This commit is contained in:
neon443
2025-08-01 11:05:59 +01:00
parent ddf8d68e3b
commit b6ad217f44
3 changed files with 15 additions and 5 deletions

View File

@@ -13,6 +13,10 @@ struct HostSymbolPreview: View {
var body: some View {
ZStack(alignment: .center) {
symbol.image
.resizable().scaledToFit()
.symbolRenderingMode(.monochrome)
.blur(radius: 1)
symbol.image
.resizable().scaledToFit()
.symbolRenderingMode(.monochrome)