feat: justify button text by flex-start

This commit is contained in:
karishmas6
2024-08-21 22:25:59 +05:30
parent 15cdbf3c98
commit f8e6c107ed

View File

@@ -249,6 +249,7 @@ export const BrowserWindow = () => {
size="medium"
key={option.value}
onClick={() => handleAttributeSelection(option.value)}
style={{ justifyContent: 'flex-start' }}
>
{option.label}
</Button>