Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
ac7208a
1
Parent(s):
0392b87
fix: type
Browse files
theme.py
CHANGED
@@ -45,7 +45,7 @@ class Seafoam(Base):
|
|
45 |
background_fill_secondary="rgba(255, 255, 255, 0.0)",
|
46 |
background_fill_secondary_dark="rgba(255, 255, 255, 0)",
|
47 |
|
48 |
-
|
49 |
block_background_fill_dark="rgba(255, 255, 255, 0.1)",
|
50 |
|
51 |
block_border_color="rgba(255, 255, 255, 0.1)",
|
|
|
45 |
background_fill_secondary="rgba(255, 255, 255, 0.0)",
|
46 |
background_fill_secondary_dark="rgba(255, 255, 255, 0)",
|
47 |
|
48 |
+
block_background_fill="rgba(255, 255, 255, 0.1)",
|
49 |
block_background_fill_dark="rgba(255, 255, 255, 0.1)",
|
50 |
|
51 |
block_border_color="rgba(255, 255, 255, 0.1)",
|