Skip to content

Commit 14cf790

Browse files
committed
refactor: reduce border radius of the image gallery header buttons
1 parent 28a52ed commit 14cf790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@ function RemoteFunctions(config = {}) {
24422442
background-color: transparent !important;
24432443
border: 1px solid transparent !important;
24442444
color: #a0a0a0 !important;
2445-
border-radius: 6px !important;
2445+
border-radius: 4px !important;
24462446
cursor: pointer !important;
24472447
padding: 3px 6px !important;
24482448
display: flex !important;
@@ -2459,7 +2459,7 @@ function RemoteFunctions(config = {}) {
24592459
background-color: transparent !important;
24602460
border: 1px solid transparent !important;
24612461
color: #a0a0a0 !important;
2462-
border-radius: 6px !important;
2462+
border-radius: 4px !important;
24632463
cursor: pointer !important;
24642464
margin-right: 2px !important;
24652465
padding: 3px 6px !important;
@@ -2477,7 +2477,7 @@ function RemoteFunctions(config = {}) {
24772477
background-color: transparent !important;
24782478
border: 1px solid transparent !important;
24792479
color: #a0a0a0 !important;
2480-
border-radius: 6px !important;
2480+
border-radius: 4px !important;
24812481
cursor: pointer !important;
24822482
padding: 3px 6px !important;
24832483
display: flex !important;

0 commit comments

Comments
 (0)