diff --git a/app/assets/tailwind/sure-design-system/_generated.css b/app/assets/tailwind/sure-design-system/_generated.css index c8b237bdc..dc4e8f855 100644 --- a/app/assets/tailwind/sure-design-system/_generated.css +++ b/app/assets/tailwind/sure-design-system/_generated.css @@ -434,6 +434,14 @@ } } +@utility border-inverse { + @apply border-alpha-white-200; + + @variant theme-dark { + @apply border-alpha-black-300; + } +} + @utility button-bg-primary { @apply bg-gray-900; diff --git a/app/components/DS/tooltip.html.erb b/app/components/DS/tooltip.html.erb index 424426c2a..a10c1147f 100644 --- a/app/components/DS/tooltip.html.erb +++ b/app/components/DS/tooltip.html.erb @@ -1,7 +1,7 @@ <%= helpers.icon icon_name, size: size, color: color %> -