From 755b4c973c1b5968e1c5dbdeb995addfbf8801f7 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 30 Jun 2023 21:55:57 -0700 Subject: [PATCH] chore: @todo modal color swap --- components/Modal.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Modal.vue b/components/Modal.vue index b0e7f8c9b..a2bf14fe5 100644 --- a/components/Modal.vue +++ b/components/Modal.vue @@ -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 + */