zach commited on
Commit
bdd90d1
·
1 Parent(s): 104737f

Remove custom style from global styles

Browse files
Files changed (1) hide show
  1. src/assets/styles.css +0 -10
src/assets/styles.css CHANGED
@@ -2,13 +2,3 @@
2
  footer.svelte-sar7eh {
3
  display: none !important;
4
  }
5
-
6
- /*
7
- The copy buttons for Gradio Textinput components use the "button_secondary_text_color"
8
- theme color which is currently #FFFFFF (white). This makes the copy svg icon white, causing
9
- it to disappear background. Overriding the class color here to ensure it is visible
10
- in the UI.
11
- */
12
- .copy-button {
13
- color: #7E22CE;
14
- }
 
2
  footer.svelte-sar7eh {
3
  display: none !important;
4
  }