From 4986b69c626677d6066f23a1044723082a5b1ffb Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 27 Sep 2023 11:49:26 -0700 Subject: [PATCH] refactor(web): registration item rounded --- web/components/Registration/Item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/Registration/Item.vue b/web/components/Registration/Item.vue index cdd9d399d..7ca9c0dd4 100644 --- a/web/components/Registration/Item.vue +++ b/web/components/Registration/Item.vue @@ -22,7 +22,7 @@ const evenBgColor = computed(() => { !error && evenBgColor, error && 'text-white bg-unraid-red', ]" - class="text-16px p-16px grid grid-cols-1 gap-4px sm:px-20px sm:grid-cols-3 sm:gap-16px items-start" + class="text-16px p-16px grid grid-cols-1 gap-4px sm:px-20px sm:grid-cols-3 sm:gap-16px items-start rounded" >