mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
tweak bg colour (#1307)
This commit is contained in:
parent
21e42d54b5
commit
e535cd8a35
@ -17,7 +17,7 @@ module.exports = {
|
||||
},
|
||||
colors: {
|
||||
gray: {
|
||||
950: "#090f1f"
|
||||
950: "#0b0f19"
|
||||
},
|
||||
orange: {
|
||||
50: "#FFF2E5",
|
||||
|
@ -11,7 +11,7 @@
|
||||
let mounted;
|
||||
|
||||
let brush_radius = 50;
|
||||
let brush_color = "#090f1f";
|
||||
let brush_color = "#0b0f19";
|
||||
let catenary_color = "#aaa";
|
||||
|
||||
let canvas_width = 400;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
@layer base {
|
||||
.bg-gray-950 {
|
||||
background-color: #090f1f;
|
||||
background-color: #0b0f19;
|
||||
}
|
||||
.gradio-container .dark:bg-gray-950 {
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ module.exports = {
|
||||
},
|
||||
colors: {
|
||||
gray: {
|
||||
950: "#090f1f"
|
||||
950: "#0b0f19"
|
||||
},
|
||||
orange: {
|
||||
50: "#FFF2E5",
|
||||
|
Loading…
Reference in New Issue
Block a user