Skip to content

Commit

Permalink
add border
Browse files Browse the repository at this point in the history
  • Loading branch information
yilinxia committed Feb 11, 2025
1 parent 79dc1e5 commit 90d0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks/explanation_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def determine_hex_color(arg):
style={
"margin": "5px",
"backgroundColor": determine_hex_color(arg), # Set background color
"border": f"4px solid {determine_hex_color(arg)}", # Border matches color
"border": "1px solid gray", # Border matches color
"color": "black", # Text color
},
)
Expand Down

0 comments on commit 90d0ed4

Please sign in to comment.