diff --git a/source/css/atoms/form-field.pcss b/source/css/atoms/form-field.pcss
index 7da6e0f45fe80b3b65dee089e9c2da0b8bbe936c..fc1e7f57f1104cfbc589cde50202964da6208ec8 100644
--- a/source/css/atoms/form-field.pcss
+++ b/source/css/atoms/form-field.pcss
@@ -114,7 +114,7 @@
   @apply relative flex;
 
   input {
-    @apply w-5 h-5 mr-2 flex-shrink-0 cursor-pointer appearance-none outline-none bg-grey-200 border border-grey-200 transition duration-200;
+    @apply w-5 h-5 mr-2 flex-shrink-0 cursor-pointer appearance-none outline-none bg-white border border-grey-200 transition duration-200;
 
     &:hover:not([disabled]):not([readonly]) {
       @apply border-grey-300;
@@ -127,6 +127,7 @@
 
     &:checked {
       @apply bg-blue-300 border-transparent;
+
     }
 
     &[disabled] {