ryanahamilton commented on code in PR #71731:
URL: https://github.com/apache/airflow/pull/71731#discussion_r3798400667
##########
airflow-core/src/airflow/ui/src/pages/Variables/ImportVariablesButton.tsx:
##########
@@ -34,7 +34,7 @@ const ImportVariablesButton = ({ disabled }: Props) => {
return (
<>
- <Button disabled={disabled} onClick={onOpen}>
+ <Button disabled={disabled} onClick={onOpen} variant="outline">
Review Comment:
In general, it is not a good practice to have multiple "primary" buttons in
the same view, let alone side-by-side
### Before:
<img width="930" height="284" alt="Image"
src="https://github.com/user-attachments/assets/97b00856-47d3-4822-9d48-0559353baf82"
/>
### After:
<img width="931" height="219" alt="Image"
src="https://github.com/user-attachments/assets/ca217745-a97a-4dee-8c48-bd43cc390b3b"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]