Skip to content

Commit

Permalink
fix: missing rgb()
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 9, 2023
1 parent 2a7a354 commit 265f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/BasePlatformLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $name-logos: ("web", "macos", "ios", "windows", "android", "linux");

.c-base-platform-logo {
background-color: rgb(var(--color-white));
border: 0.5px solid var(--color-black);
border: 0.5px solid rgb(var(--color-black));
width: 46px;
height: 54px;
border-radius: 4px;
Expand Down

0 comments on commit 265f77f

Please sign in to comment.