gnome-control-center/panels/network/wifi-panel.css
Mohammed Sadiq 15df3bc494 network: Fix QR code with dark theme
Explicitly set white background for the image so that white border
is shown around the QR code in dark themes too.
2022-02-11 17:24:52 +00:00

5 lines
52 B
CSS

.qr-image {
background: #fff;
padding: 12px;
}