mirror of
https://github.com/unraid/api.git
synced 2026-01-07 09:10:05 -06:00
chore: @todo modal color swap
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user