chore: @todo modal color swap

This commit is contained in:
Zack Spear
2023-06-30 21:55:57 -07:00
parent fa83b23875
commit d5811e72e1

View File

@@ -34,6 +34,10 @@ const closeModal = () => {
const { trapRef } = useFocusTrap();
const ariaLablledById = computed((): string|undefined => props.title ? `ModalTitle-${Math.random()}`.replace('0.', '') : undefined);
/**
* @todo when providing custom colors for theme we should invert text-beta bg-alpha to text-alpha bg-beta
*/
</script>
<template>