fix background color of OS updates inputs (#15695)

Unreleased bug for software updates, this sets the background color to
white to match [the
design](https://www.figma.com/file/47NY3lf808YJG3O72l7pEC/%2311951-Windows-OS-updates?type=design&node-id=140-2790&mode=design&t=B8cw9JqeT9t8arW2-0)

<img width="693" alt="image"
src="https://github.com/fleetdm/fleet/assets/4419992/b5727179-1150-4ca1-84e8-e05b3c1744e3">
This commit is contained in:
Roberto Dip 2023-12-15 16:14:35 -03:00 committed by GitHub
parent 24c9f5a4b6
commit 4bf1549edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,8 @@
padding: $pad-large; padding: $pad-large;
background-color: $ui-fleet-blue-10; background-color: $ui-fleet-blue-10;
} }
input {
background-color: $core-white;
}
} }