mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
added a glow to host device icons, no themes & no snippets icons
fix text positioning in laptop
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user