Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
feat: 🎸 Divisionコンポーネントの alert のスタイルを微修正 (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 25, 2022
1 parent 7e0861e commit 435cbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/votes/Divisions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const Divisions: NextPage = () => {
{isDuringVoteTerm && (
<>
<div className="alert shadow-lg bg-white text-black text-xl">
<div>
<div className="w-full ml-2">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
Expand Down Expand Up @@ -183,7 +183,7 @@ export const Divisions: NextPage = () => {
)}

<div className="alert shadow-lg bg-white text-black text-xl">
<div>
<div className="w-full ml-2">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
Expand Down

0 comments on commit 435cbe4

Please sign in to comment.