From 25752f8a2e393d50c3dd503fc4f464e67278b275 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 30 Jul 2025 11:04:53 -0500 Subject: [PATCH] Update style comment --- src/components/Toast/index.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toast/index.web.tsx b/src/components/Toast/index.web.tsx index 88ce3cbe50..d5a21b9746 100644 --- a/src/components/Toast/index.web.tsx +++ b/src/components/Toast/index.web.tsx @@ -1,5 +1,5 @@ /* - * Note: the dataSet properties are used to leverage custom CSS in public/index.html + * Note: relies on styles in #/styles.css */ import {useEffect, useState} from 'react'