Skip to content

Commit 9403af4

Browse files
committed
using correct style
1 parent 000b94f commit 9403af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wren-ui/src/components/pages/setup/dataSources/AthenaProperties.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export default function AthenaProperties(props: Props) {
221221
)}
222222

223223
{authType === ATHENA_AUTH_METHOD.instance_profile && (
224-
<div style={{ fontStyle: 'italic', color: '#666' }}>
224+
<div className="gray-8" style={{ fontStyle: 'italic'}}>
225225
We will automatically detect AWS credentials from the Instance Profile role
226226
assigned to this compute environment (EC2, ECS, EKS).
227227
</div>

0 commit comments

Comments
 (0)