Skip to content

Commit f073029

Browse files
authored
Update "List on CSFloat" Logo (#330)
* update logo link * update button styles
1 parent 2c83d72 commit f073029

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/components/inventory/selected_item_info.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export class SelectedItemInfo extends FloatElement {
4545
margin: 10px 0 10px 0;
4646
padding: 5px;
4747
width: fit-content;
48-
border: 1px #5a5a5a solid;
49-
background-color: #383838;
48+
border: solid 1px rgb(56 64 77);
49+
background-color: rgb(43 48 57);
5050
border-radius: 3px;
5151
}
5252
@@ -187,7 +187,7 @@ export class SelectedItemInfo extends FloatElement {
187187
return html`
188188
<div class="market-btn-container">
189189
<a class="market-btn" href="https://csfloat.com/item/${this.stallListing.id}" target="_blank">
190-
<img src="https://csfloat.com/assets/n_full_logo.png" height="21" style="margin-right: 5px;" />
190+
<img src="https://csfloat.com/assets/logo/full_white.png" height="21" style="margin-right: 5px;" />
191191
<span>
192192
Listed for
193193
<b>$${(this.stallListing.price / 100).toFixed(2)}</b>
@@ -217,7 +217,7 @@ export class SelectedItemInfo extends FloatElement {
217217
<div class="market-btn-container">
218218
<a class="market-btn" @click="${() => (this.showListModal = true)}">
219219
<span>List on </span>
220-
<img src="https://csfloat.com/assets/n_full_logo.png" height="21" style="margin-left: 5px;" />
220+
<img src="https://csfloat.com/assets/logo/full_white.png" height="21" style="margin-left: 5px;" />
221221
</a>
222222
</div>
223223
${this.showListModal && this.asset && (this.itemInfo || !isSkin(this.asset.description))

0 commit comments

Comments
 (0)