Skip to content

Commit

Permalink
fix: correct supabase-ui default style for hover (#267)
Browse files Browse the repository at this point in the history
closes #226
  • Loading branch information
OgDev-01 committed Aug 26, 2022
1 parent 8dbd109 commit a23fe4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
.sbui-btn > span {
display: flex;
align-items: center;
}
.sbui-select:focus-visible{
border: 1px solid #F76808 !important ;
box-shadow: 0px 0px 0px 2px #FFCCA7, 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

0 comments on commit a23fe4b

Please sign in to comment.