Prav51 commited on
Commit
6e8cfca
1 Parent(s): 49f3912

changed button styles

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -97,7 +97,7 @@
97
  </div>
98
 
99
  <!-- test only -->
100
- <button onclick="showHistory()">histry</button>
101
  <!--<button
102
  onclick="addToHistory('https://tse3.explicit.bing.net/th?id=OIP.iC2nXJ8sgDXaO8xp3X3izAHaE6&pid=Api&P=0&h=180')"
103
  >
@@ -112,7 +112,7 @@
112
  "
113
  >
114
  <button id="btn" class="primary-btn">Generate</button>
115
- <button id="downloadBtn" class="hidden">Download Image</button>
116
  </div>
117
  </div>
118
 
 
97
  </div>
98
 
99
  <!-- test only -->
100
+ <!-- <button onclick="showHistory()">histry</button> -->
101
  <!--<button
102
  onclick="addToHistory('https://tse3.explicit.bing.net/th?id=OIP.iC2nXJ8sgDXaO8xp3X3izAHaE6&pid=Api&P=0&h=180')"
103
  >
 
112
  "
113
  >
114
  <button id="btn" class="primary-btn">Generate</button>
115
+ <button id="downloadBtn" class="hidden secondary-btn">Download Image</button>
116
  </div>
117
  </div>
118