mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Fix styling for Create New Path button in Buckets page (#2330)
Fixes #2329
This commit is contained in:
@@ -233,8 +233,6 @@ const BrowserBreadcrumbs = ({
|
|||||||
icon={<NewPathIcon style={{ fill: "#969FA8" }} />}
|
icon={<NewPathIcon style={{ fill: "#969FA8" }} />}
|
||||||
style={{
|
style={{
|
||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
color: "#969FA8",
|
|
||||||
border: "#969FA8 1px solid",
|
|
||||||
}}
|
}}
|
||||||
variant={"regular"}
|
variant={"regular"}
|
||||||
label={"Create new path"}
|
label={"Create new path"}
|
||||||
|
|||||||
Reference in New Issue
Block a user