Files
opencode/packages/ui/src/components/app-icon.css
Adam 03f3029dc6 feat(app): polish Open in icon treatment
Bring in the Open in button-group and transparent icon updates from #12641 while keeping locale strings unchanged. Replace CSS inversion with dedicated light/dark Zed icon assets for cleaner theme handling.

Co-authored-by: Edin <86423329+edoedac0@users.noreply.github.com>
2026-02-09 07:38:05 -06:00

6 lines
102 B
CSS

img[data-component="app-icon"] {
display: block;
box-sizing: border-box;
object-fit: contain;
}