Skip to content

Commit df4679e

Browse files
authored
Fix styling for Create New Path button in Buckets page (#2330)
Fixes #2329
1 parent 2263ead commit df4679e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

portal-ui/src/screens/Console/ObjectBrowser/BrowserBreadcrumbs.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ const BrowserBreadcrumbs = ({
233233
icon={<NewPathIcon style={{ fill: "#969FA8" }} />}
234234
style={{
235235
whiteSpace: "nowrap",
236-
color: "#969FA8",
237-
border: "#969FA8 1px solid",
238236
}}
239237
variant={"regular"}
240238
label={"Create new path"}

0 commit comments

Comments
 (0)